🍉update Dockerfile

This commit is contained in:
DefectingCat
2020-10-30 16:07:17 +08:00
parent a320941c20
commit 48072d76c1

View File

@ -6,7 +6,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories
&& apk upgrade \
&& apk add --no-cache yarn \
&& yarn \
&& yarn run go
&& yarn run dev
FROM nginx:alpine
COPY --from=builder /root/public/ /usr/share/nginx/html