This commit is contained in:
msramalho
2023-02-08 11:22:38 +00:00
parent 94406bda7a
commit 75459d2880
5 changed files with 55 additions and 9 deletions

View File

@@ -21,7 +21,7 @@ RUN pip install --upgrade pip && \
# TODO: avoid copying unnecessary files, including .git
COPY Pipfile Pipfile.lock ./
RUN pipenv install --python=3.10 --system --deploy
ENV IS_DOCKER=1
# ENV IS_DOCKER=1
# doing this at the end helps during development, builds are quick
COPY ./src/ .