API - update Dockerfile
This commit is contained in:
parent
d914951c61
commit
7f3dfd5049
@ -14,7 +14,7 @@ COPY ./poetry.lock /usr/src/app/poetry.lock
|
|||||||
RUN pip install --upgrade pip
|
RUN pip install --upgrade pip
|
||||||
RUN pip install poetry
|
RUN pip install poetry
|
||||||
RUN poetry config settings.virtualenvs.create false
|
RUN poetry config settings.virtualenvs.create false
|
||||||
RUN poetry install --no-interaction
|
RUN poetry install --no-interaction --quiet
|
||||||
|
|
||||||
# add app --no-interaction
|
# add app --no-interaction
|
||||||
COPY . /usr/src/app
|
COPY . /usr/src/app
|
||||||
|
Loading…
Reference in New Issue
Block a user