This commit is contained in:
Hayden 2021-01-16 18:46:42 -09:00
commit 1186c7ba68

View file

@ -18,7 +18,7 @@ RUN apt-get update -y && \
ln -s /opt/poetry/bin/poetry && \ ln -s /opt/poetry/bin/poetry && \
poetry config virtualenvs.create false poetry config virtualenvs.create false
COPY ./pyproject.toml ./app/poetry.lock* /app/ COPY ./pyproject.toml ./app/poetry.lock* ./
COPY ./mealie /app COPY ./mealie /app
RUN poetry install --no-root --no-dev RUN poetry install --no-root --no-dev