Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
6cac9dc9c2 | |||
ebca87230a |
@ -12,7 +12,9 @@ RUN mkdir -p /.local && \
|
||||
|
||||
COPY pyproject.toml /run/pyproject.toml
|
||||
COPY poetry.lock /run/poetry.lock
|
||||
RUN poetry install --without dev --no-root
|
||||
|
||||
RUN poetry config virtualenvs.create false && \
|
||||
poetry install --without dev
|
||||
|
||||
ENTRYPOINT ["python3", "-B", "-m", "app.main"]
|
||||
|
||||
|
Reference in New Issue
Block a user