We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1640a2 commit 03b978aCopy full SHA for 03b978a
Framework/gin/v1.10.0/Dockerfile
@@ -1,13 +1,11 @@
1
-FROM ghcr.io/labring-actions/devbox/go1.22.5:1e1bf3
+FROM ghcr.io/labring-actions/devbox/go-1.22.5:35bf93
2
3
-COPY /Framework/gin/v1.10.0/project /home/sealos/project
4
-
5
-RUN chown -R sealos:sealos /home/sealos/project && \
6
-chmod -R u+rw /home/sealos/project
+RUN cd /home/sealos/project && \
+rm -rf ./*
7
8
USER sealos
+COPY /Framework/gin/v1.10.0/project /home/sealos/project
9
RUN cd /home/sealos/project && \
10
go mod tidy
11
12
-USER root
13
RUN mkdir /home/sealos/.sealos
0 commit comments