Skip to content

Commit

Permalink
Add test build stage
Browse files Browse the repository at this point in the history
  • Loading branch information
4c0n committed Oct 2, 2023
1 parent dd4a3ad commit 5303b56
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,3 +71,17 @@ RUN set -eux; \
pip-sync requirements/requirements.txt requirements/requirements_dev.txt

USER signals


##################################################
# TEST #
##################################################
FROM prod AS test

USER root

RUN set -eux; \
pip install pip-tools; \
pip-sync requirements/requirements.txt requirements/requirements_test.txt

USER signals

0 comments on commit 5303b56

Please sign in to comment.