Skip to content

Commit 12ab5eb

Browse files
committed
update docker file
1 parent afaa08b commit 12ab5eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ ENV PYTHONPATH=/home/code/ PYTHONHASHSEED=0
3434
COPY tests/ tests/
3535
COPY app/ app/
3636
COPY alembic/ alembic/
37-
COPY .env alembic.ini config.ini ./
37+
COPY .env alembic.ini ./
3838

3939
# create a non-root user and switch to it, for security.
4040
RUN addgroup --system --gid 1001 "app-user"

0 commit comments

Comments
 (0)