Skip to content

Commit

Permalink
Merge pull request #43 from R-OV-NL/development
Browse files Browse the repository at this point in the history
Add write permissions to publish folder
  • Loading branch information
Arilith authored Feb 22, 2025
2 parents 50af579 + 354cf6d commit b78276a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ COPY --from=prerelease /usr/src/app/src src
COPY --from=prerelease /usr/src/app/publish publish
COPY --from=prerelease /usr/src/app/package.json .

RUN chown -R bun:bun publish && chmod -R u+w publish

# run the app
USER bun
EXPOSE 9393/tcp
Expand Down

0 comments on commit b78276a

Please sign in to comment.