sac/sf-ui/Dockerfile
2024-04-09 11:38:15 +08:00

8 lines
211 B
Docker

FROM registry.zsmarter.com/public/nginx:1.22.1
COPY ./sf-ui/dist /app/nginx/html
COPY ./sf-ui/nginx.conf /etc/nginx/nginx.conf
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories