fix(docker): add user creation and permissions in Dockerfile #442

Merged
luke merged 5 commits from fix/docker-user into main 2026-04-17 18:21:31 +00:00
4 changed files with 0 additions and 8 deletions
Showing only changes of commit 6c14683770 - Show all commits

View File

@@ -1,5 +1,3 @@
#!/usr/bin/env python3
# ruff: noqa: E402 pylint: disable=wrong-import-position
"""Provides test cases for app/utils/config.py."""

View File

@@ -1,5 +1,3 @@
#!/usr/bin/env python3
# ruff: noqa: E402 pylint: disable=wrong-import-position
"""Provides test cases for app/utils/config.py."""

View File

@@ -1,5 +1,3 @@
#!/usr/bin/env python3
"""Provides test cases for app/utils/datetime.py."""
import pytest

View File

@@ -1,5 +1,3 @@
#!/usr/bin/env python3
"""Provides test cases for app/utils/helpers.py."""
from app.utils.helpers import validate_email_syntax # pragma: no cover