2024-04-08 11:15:16 +08:00
|
|
|
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
|
2024-04-09 10:12:20 +08:00
|
|
|
COPY ./nginx.conf /etc/nginx/nginx.conf
|