Use up to date poetry installation command
This commit is contained in:
parent
98f9802a8e
commit
df427c2c52
@ -12,7 +12,7 @@ COPY poetry.lock pyproject.toml /app/
|
||||
WORKDIR /app/
|
||||
|
||||
RUN pip install -U poetry && \
|
||||
poetry install --no-dev
|
||||
poetry install --only main
|
||||
|
||||
COPY fabcal /app/fabcal/
|
||||
COPY static/ /app/static/
|
||||
|
Loading…
Reference in New Issue
Block a user