mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
faster builds
This commit is contained in:
parent
8004788431
commit
ee97a5c566
@ -10,10 +10,10 @@ COPY Pipfile.lock Pipfile.lock
|
||||
RUN set -ex && pip install pipenv --upgrade
|
||||
|
||||
# Upgrde pip, setuptools and wheel
|
||||
RUN set -ex && pip install --upgrade pip setuptools wheel
|
||||
#RUN set -ex && pip install --upgrade pip setuptools wheel
|
||||
|
||||
# Install dependencies
|
||||
RUN set -ex && pipenv install --system --sequential --ignore-pipfile --dev
|
||||
RUN set -ex && pipenv lock -r > req.txt && pip install -r req.txt
|
||||
|
||||
FROM builder as final
|
||||
WORKDIR /app
|
||||
|
Loading…
x
Reference in New Issue
Block a user