Skip to content

Commit

Permalink
chore: Update Dockerfile to fix project directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird committed Sep 10, 2024
1 parent d6b328b commit 04b74d4
Show file tree
Hide file tree
Showing 13 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ghcr.io/labring-actions/devbox/nodejs20:b50472

COPY /Framework/nextjs/next14.2.5/project /home/sealos/project
COPY /Framework/nextjs/14.2.5/project /home/sealos/project

RUN chown -R sealos:sealos /home/sealos/project && \
chmod -R u+rw /home/sealos/project && \
Expand Down

0 comments on commit 04b74d4

Please sign in to comment.