mirror of
https://github.com/chaos-zhu/easynode.git
synced 2026-05-30 14:39:10 +08:00
4 lines
115 B
Docker
4 lines
115 B
Docker
FROM nginx:stable-alpine
|
|
WORKDIR /easynode-web
|
|
COPY dist /easynode-web
|
|
COPY web.conf /etc/nginx/conf.d/default.conf |