mirror of
https://github.com/88lex/safire.git
synced 2025-02-23 21:34:39 +08:00
update DF
This commit is contained in:
parent
5fd666608e
commit
4d01668577
1 changed files with 6 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue