Skip to content

Commit

Permalink
feat: add fixtures to image (bcgov#9)
Browse files Browse the repository at this point in the history
Signed-off-by: Jason C. Leach <[email protected]>
  • Loading branch information
jleach authored Nov 23, 2023
1 parent abda09b commit d6971ac
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 @@ -23,5 +23,6 @@ RUN curl -ILv https://github.com/stedolan/jq/releases/download/jq-1.6/jq-linux64
WORKDIR /opt/controller

COPY src /opt/controller/
COPY fixtures /opt/

ENTRYPOINT ["gunicorn", "-b", "0.0.0.0:5000", "controller:server"]

0 comments on commit d6971ac

Please sign in to comment.