sac/sf-ui/Dockerfile
2024-04-09 10:09:33 +08:00

5 lines
200 B
Docker

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