Files
ECShopX_admin-frontend/Dockerfile-Atlas
2025-12-30 09:20:30 +08:00

6 lines
180 B
Plaintext
Executable File

FROM registry.cn-zhangjiakou.aliyuncs.com/jst-shopex/openresty:1.19
WORKDIR /app
COPY ./docker/nginx-default.conf /usr/local/nginx/conf/vhosts/default.conf
COPY ./dist .
EXPOSE 80