Skip to content

Commit

Permalink
fixing prod docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
veenhouse committed Nov 10, 2021
1 parent 080d453 commit 6e495cd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chp_api/Dockerfile.prod
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ RUN cd reasoner-validator && python3 setup.py bdist_wheel && cd dist && cp reaso
# gather chp-utils wheel
RUN cd chp_utils && python3 setup.py bdist_wheel && cd dist && cp chp_utils-*-py3-none-any.whl /usr/src/chp_api/wheels

#gather chp_look_up wheel
RUN cd chp_look_up && python3 setup.py bdist_wheel && cd dist && cp chp_look_up-*-py3-none-any.whl /usr/src/chp_api/wheels

#########
# FINAL #
#########
Expand Down

0 comments on commit 6e495cd

Please sign in to comment.