Remove from dockerfile
This commit is contained in:
@@ -7,8 +7,6 @@ RUN pip install --no-cache-dir -r requirements.txt
|
||||
|
||||
COPY ./app /code/app
|
||||
COPY .env /code/.env
|
||||
COPY ./alembic.ini /code/alembic.ini
|
||||
COPY ./migrations /code/migrations
|
||||
|
||||
EXPOSE 8080
|
||||
|
||||
|
||||
Reference in New Issue
Block a user