Use up to date poetry installation command

This commit is contained in:
Fabian Müller 2022-11-21 03:01:24 +01:00
parent 98f9802a8e
commit df427c2c52

View File

@ -12,7 +12,7 @@ COPY poetry.lock pyproject.toml /app/
WORKDIR /app/ WORKDIR /app/
RUN pip install -U poetry && \ RUN pip install -U poetry && \
poetry install --no-dev poetry install --only main
COPY fabcal /app/fabcal/ COPY fabcal /app/fabcal/
COPY static/ /app/static/ COPY static/ /app/static/