Skip to content

Commit

Permalink
chore: added entrypoint.sh permissions to frontend dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
saudkhan116 committed Aug 2, 2023
1 parent fc29391 commit f2498f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ RUN chown 10000:3000 /entrypoint.sh && chmod -R 775 /entrypoint.sh
# Install bash for env variables inject script
RUN apk update && apk add --no-cache bash
# Make nginx owner of /usr/share/nginx/html/ and change to nginx user
RUN chown -R 10000:3000 /usr/share/nginx/html/
RUN chown -R 10000:3000 /usr/share/nginx/html/ && chmod -R 775 /usr/share/nginx/html/

USER 10000:3000

Expand Down

0 comments on commit f2498f9

Please sign in to comment.