Skip to content

Commit

Permalink
Fixes Dockerfile to apply fix-chown script to project root
Browse files Browse the repository at this point in the history
  • Loading branch information
raugfer committed Sep 9, 2024
1 parent 1832576 commit e81c89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/npm/garaga_rs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ ENV PATH="$HOME/n/bin/:$PATH"

WORKDIR /garaga/tools/npm/garaga_rs

CMD npm ci && npm run build && npm pack && ./fix-chown.sh
CMD npm ci && npm run build && npm pack && cd /garaga/ && ./fix-chown.sh

0 comments on commit e81c89c

Please sign in to comment.