Skip to content

Commit

Permalink
fix permission
Browse files Browse the repository at this point in the history
  • Loading branch information
epoweripione committed Jun 9, 2024
1 parent 1f23bcd commit 0291c8e
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 @@ -162,7 +162,8 @@ COPY ./deploy.sh /var/lib/hexo/deploy.sh
COPY ./entrypoint.sh /entrypoint.sh

# hexo & theme
RUN /var/lib/hexo/install.sh
RUN chmod +x /var/lib/hexo/install.sh && \
/var/lib/hexo/install.sh

WORKDIR /opt/hexo

Expand Down

0 comments on commit 0291c8e

Please sign in to comment.