Skip to content

Commit

Permalink
Rework containers #1594
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Jun 17, 2024
1 parent fc6a314 commit 6aeb442
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .dockerignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/.git/
/.github/
/venv
/src/.venv
Containerfile
compose.yml
1 change: 1 addition & 0 deletions provisioning/container/Containerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN apk add --update \


FROM local-dsmrreader-base AS local-dsmrreader-dev
# The only reason for .venv is the IDE's detection
ENV POETRY_VIRTUALENVS_IN_PROJECT=true
RUN pip install poetry
COPY ./src/ /app/
Expand Down

0 comments on commit 6aeb442

Please sign in to comment.