Skip to content

Commit

Permalink
Merge pull request #48 from DanielleHuisman/main
Browse files Browse the repository at this point in the history
Merge main into production
  • Loading branch information
DanielleHuisman authored Nov 6, 2023
2 parents a9637f8 + a6251a0 commit 110368d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ USER worker
COPY --chown=worker:worker pyproject.toml /srv/app
COPY --chown=worker:worker poetry.lock /srv/app
COPY --chown=worker:worker README.md /srv/app
COPY --chown=worker:worker transgenderwachttijd/__init__.py /srv/app/transgenderwachttijd/

# Install app dependencies
RUN poetry install
Expand Down

0 comments on commit 110368d

Please sign in to comment.