update dockerfile

This commit is contained in:
呱呱呱 2023-11-28 15:03:29 +08:00 committed by root
parent 30ae461d28
commit 08d986c951
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ ENV GOPROXY https://goproxy.cn
WORKDIR /app
ADD . .
COPY . .
RUN sh build.sh