Skip to content

Commit a61120e

Browse files
dockerfile fix
1 parent abedb46 commit a61120e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ RUN pip install -U -r /app/requirements.txt
1111

1212
COPY ./alembic.ini /alembic.ini
1313
COPY ./migrations /migrations/
14+
COPY ./settings.py /app/settings.py
1415

1516
COPY ./${APP_NAME} /app/${APP_NAME}
16-
17-
18-
17+
COPY ./worker /app/worker

0 commit comments

Comments
 (0)