We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afaa08b commit 12ab5ebCopy full SHA for 12ab5eb
Dockerfile
@@ -34,7 +34,7 @@ ENV PYTHONPATH=/home/code/ PYTHONHASHSEED=0
34
COPY tests/ tests/
35
COPY app/ app/
36
COPY alembic/ alembic/
37
-COPY .env alembic.ini config.ini ./
+COPY .env alembic.ini ./
38
39
# create a non-root user and switch to it, for security.
40
RUN addgroup --system --gid 1001 "app-user"
0 commit comments