diff --git a/Dockerfile b/Dockerfile index e190d78..203871b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,7 @@ COPY alembic/ alembic/ COPY app/ app/ # Install Python dependencies -RUN pip install --no-cache-dir -e . && \ - pip install --no-cache-dir alembic aiosqlite +RUN pip install --no-cache-dir -e . # Expose port EXPOSE 8000