Skip to content

Commit

Permalink
Adjust EmberJS artifact permissions in builder
Browse files Browse the repository at this point in the history
  • Loading branch information
pgschk committed Dec 1, 2023
1 parent 6d8cc24 commit c0dda31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ ADD foundry-instructions foundry-instructions
RUN cd foundry-instructions && \
npm install . && \
./node_modules/.bin/ember build --environment production && \
chown -R 1000:0 /usr/src/app/foundry-instructions/dist
chown -R 1000:0 /usr/src/app/foundry-instructions/dist && \
chmod -R 0666 /usr/src/app/foundry-instructions/dist


FROM node:20-alpine@sha256:${NODE_HASH}
Expand Down

0 comments on commit c0dda31

Please sign in to comment.