Remove from dockerfile

This commit is contained in:
Jacob Windsor
2025-02-19 16:13:53 +01:00
parent b64a09c33a
commit 47724059bd
2 changed files with 0 additions and 4 deletions
-2
View File
@@ -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