Signed-off-by: hanzhixiao <709674996@qq.com>
This commit is contained in:
hanzhixiao 2023-08-10 11:14:28 +08:00
parent aec5dd5ac5
commit 18d5bbb51f

View File

@ -14,7 +14,7 @@ COPY go.mod go.sum go.work go.work.sum ./
#RUN go mod download #RUN go mod download
# Copy all files to the container # Copy all files to the container
ADD ../../Desktop . ADD ..
RUN make clean RUN make clean
RUN make build RUN make build