update dockerfile
This commit is contained in:
parent
30ae461d28
commit
08d986c951
|
|
@ -4,7 +4,7 @@ ENV GOPROXY https://goproxy.cn
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
ADD . .
|
COPY . .
|
||||||
|
|
||||||
RUN sh build.sh
|
RUN sh build.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue