update DF

This commit is contained in:
88lex 2020-08-06 12:37:05 +08:00
parent 5fd666608e
commit 4d01668577

View file

@ -6,6 +6,11 @@ ENV EMAIL_PREFIX=svcacc
ENV PROJECT_PREFIX=UniqPrefix
ENV JSON_PREFIX=svcacc
ENV PIP_DISABLE_PIP_VERSION_CHECK=on
RUN pip install poetry
WORKDIR /opt
COPY poetry.lock pyproject.toml /opt/
RUN pip3 install .
RUN poetry config virtualenvs.create false
RUN poetry install --no-interaction
COPY . /opt