mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 01:01:38 +00:00
🍉update Dockerfile
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user