Skip to content

Commit

Permalink
explicitly copy the app.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
pofider committed May 11, 2020
1 parent a0a2f74 commit d626867
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/default/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ FROM jsreport/jsreport:2.7.2
# we want to preserve the chrome version of 2.7.1 and just update the jsreport
RUN npm install jsreport/jsreport && npm cache clean -f

COPY --chown=jsreport:jsreport run.sh /app/run.sh

CMD ["bash", "/app/run.sh"]

0 comments on commit d626867

Please sign in to comment.