Skip to content

Commit 5a72f46

Browse files
committed
chore: Update Dockerfile to use the correct project directory path
1 parent ab095e3 commit 5a72f46

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

Framework/gin/gin1.10.0/Dockerfile renamed to Framework/gin/v1.10.0/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ghcr.io/labring-actions/devbox/go1.22.5:1e1bf3
22

3-
COPY /Framework/gin/gin1.10.0/project /home/sealos/project
3+
COPY /Framework/gin/v1.10.0/project /home/sealos/project
44

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

0 commit comments

Comments
 (0)