This commit is contained in:
wangdongjun
2026-01-06 16:00:48 +08:00
parent 1f645dad3e
commit b4b6389b88
5 changed files with 456 additions and 0 deletions

10
deploy-tools/Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
FROM docker-new.cyweb.top/common/nginx:1.21.6
VOLUME /tmp
ARG profile
ENV LANG en_US.UTF-8
ADD ./nginx/${profile}.conf /etc/nginx/conf.d/default.conf
ADD ./dist/ /usr/share/nginx/html/
EXPOSE 80
EXPOSE 443