Skip to content

Commit

Permalink
chore: Update Hexo Dockerfile permissions for project directory
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird committed Oct 8, 2024
1 parent 803f3c7 commit 3a2e82c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Framework/hexo/7.3.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ rm -rf ./*

RUN mkdir -p /home/sealos/project && \
chown -R sealos:sealos /home/sealos/project && \
chmod -R u+rw /home/sealos/project && \
chmod -R +x /home/sealos/project/entrypoint.sh
chmod -R u+rw /home/sealos/project

USER sealos
RUN npm install -g hexo-cli && \
Expand Down

0 comments on commit 3a2e82c

Please sign in to comment.