This commit is contained in:
parent
b003aa8083
commit
e7b71aae7c
|
@ -5,7 +5,7 @@ COPY . /app
|
|||
RUN apk update && apk add --no-cache git gcc curl
|
||||
RUN curl -sSL https://install.python-poetry.org | python
|
||||
ENV PATH="${PATH}:/root/.local/bin"
|
||||
RUN poetry config virtualenvs.create false && poetry install --no-dev
|
||||
RUN poetry config virtualenvs.create false && poetry install --without dev
|
||||
|
||||
EXPOSE 8000
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user