Skip to content

Commit

Permalink
Refactor Dockerfile to use correct path for Nuxt3 project
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird committed Oct 22, 2024
1 parent 53ba440 commit 77ce28c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/nuxt3/v3.13/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ghcr.io/labring-actions/devbox/node.js-20:5c2eec
RUN cd /home/sealos/project && \
rm -rf ./*

COPY /Framework/nuxt/v3.13/project /home/sealos/project
COPY /Framework/nuxt3/v3.13/project /home/sealos/project
RUN chown -R sealos:sealos /home/sealos/project && \
chmod -R u+rw /home/sealos/project && \
chmod -R +x /home/sealos/project/entrypoint.sh
Expand Down

0 comments on commit 77ce28c

Please sign in to comment.