Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit 116bc69

Browse files
authored
Docker no migrations
1 parent d605805 commit 116bc69

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ RUN apt-get update \
1616
COPY ./requirements.txt /app/
1717
RUN pip install -U -r /app/requirements.txt
1818

19-
COPY ./alembic.ini /alembic.ini
20-
COPY ./migrations /migrations/
21-
2219
COPY ./${APP_NAME} /app/${APP_NAME}
2320

2421
COPY ./scripts /app/scripts

0 commit comments

Comments
 (0)