mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
update Dockerfile for faster builds
This commit is contained in:
@@ -9,9 +9,6 @@ COPY Pipfile.lock Pipfile.lock
|
||||
# Install pipenv
|
||||
RUN set -ex && pip install pipenv --upgrade
|
||||
|
||||
# Upgrde pip, setuptools and wheel
|
||||
#RUN set -ex && pip install --upgrade pip setuptools wheel
|
||||
|
||||
# Install dependencies
|
||||
RUN set -ex && pipenv lock -r > req.txt && pip install -r req.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user