sac/sf-ui/Dockerfile

6 lines
209 B
Docker
Raw Normal View History

2024-04-08 11:15:16 +08:00
FROM registry.zsmarter.com/public/nginx:1.22.1
COPY ./sf-ui/dist /app/nginx/html
2024-04-09 10:24:23 +08:00
COPY ./sf-ui/nginx.conf /etc/nginx/nginx.conf
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories