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 d605805 commit 116bc69Copy full SHA for 116bc69
1 file changed
Dockerfile
@@ -16,9 +16,6 @@ RUN apt-get update \
16
COPY ./requirements.txt /app/
17
RUN pip install -U -r /app/requirements.txt
18
19
-COPY ./alembic.ini /alembic.ini
20
-COPY ./migrations /migrations/
21
-
22
COPY ./${APP_NAME} /app/${APP_NAME}
23
24
COPY ./scripts /app/scripts
0 commit comments