Signed-off-by: hanzhixiao <709674996@qq.com>
This commit is contained in:
hanzhixiao
2023-08-11 10:05:56 +08:00
parent 00f179450b
commit 3d3e3620e1
3 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ COPY go.mod go.sum go.work go.work.sum ./
#RUN go mod download
# Copy all files to the container
ADD . .
ADD ../../Desktop .
RUN make clean
RUN make build