no-mistakes(review): Remove redundant pip install for alembic and aiosqlite from Dockerfile
This commit is contained in:
+1
-2
@@ -14,8 +14,7 @@ COPY alembic/ alembic/
|
|||||||
COPY app/ app/
|
COPY app/ app/
|
||||||
|
|
||||||
# Install Python dependencies
|
# Install Python dependencies
|
||||||
RUN pip install --no-cache-dir -e . && \
|
RUN pip install --no-cache-dir -e .
|
||||||
pip install --no-cache-dir alembic aiosqlite
|
|
||||||
|
|
||||||
# Expose port
|
# Expose port
|
||||||
EXPOSE 8000
|
EXPOSE 8000
|
||||||
|
|||||||
Reference in New Issue
Block a user