mirror of
https://gitee.com/ShopeX/ECShopX_admin-frontend
synced 2026-05-13 01:45:57 +08:00
6 lines
180 B
Plaintext
Executable File
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
|