Skip to content

Commit

Permalink
fix docker default build
Browse files Browse the repository at this point in the history
  • Loading branch information
bjrmatos committed Mar 28, 2024
1 parent cd2ad14 commit c2a08a5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions packages/jsreport/docker/default/Dockerfile
Expand Up @@ -3,8 +3,6 @@ FROM jsreport/jsreport:4.3.0
RUN npm install jsreport@4.3.1
RUN npm cache clean -f && rm -rf /tmp/*

COPY ./packages/jsreport/docker/default/editConfig.js editConfig.js
COPY ./packages/jsreport/docker/default/run.sh run.sh
COPY --chown=jsreport:jsreport ./packages/jsreport/docker/default/editConfig.js editConfig.js
COPY --chown=jsreport:jsreport ./packages/jsreport/docker/default/run.sh run.sh
RUN node editConfig.js

RUN chown -R jsreport:jsreport /app

0 comments on commit c2a08a5

Please sign in to comment.