Skip to content

Commit

Permalink
chore: Update Dockerfile to use the correct project directory path
Browse files Browse the repository at this point in the history
  • Loading branch information
cbluebird committed Sep 11, 2024
1 parent ab095e3 commit 5a72f46
Show file tree
Hide file tree
Showing 4 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/go1.22.5:1e1bf3

COPY /Framework/gin/gin1.10.0/project /home/sealos/project
COPY /Framework/gin/v1.10.0/project /home/sealos/project

RUN chown -R sealos:sealos /home/sealos/project && \
chmod -R u+rw /home/sealos/project && \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 5a72f46

Please sign in to comment.