Skip to content

Commit

Permalink
fix: add dev dependencies to public API's local dev container (#1474)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielBusta authored May 20, 2024
1 parent 1d2ddb5 commit da30849
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/Dockerfile.public
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@ ENV WEB_CONCURRENCY=3
USER app

RUN poetry install --only main
RUN poetry install --only dev

CMD ["/app/docker.d/init.sh", "public"]

0 comments on commit da30849

Please sign in to comment.