Fix lock file issue

This commit is contained in:
Logan Williams
2023-05-09 19:19:23 +02:00
parent bda812f850
commit 2c5b115fbe
3 changed files with 427 additions and 106 deletions

View File

@@ -17,7 +17,7 @@ RUN pip install --upgrade pip && \
# TODO: avoid copying unnecessary files, including .git
COPY Pipfile* ./
RUN pipenv install --skip-lock
RUN pipenv install
# doing this at the end helps during development, builds are quick
COPY ./src/ .