Compare commits
No commits in common. "master" and "dev" have entirely different histories.
|
|
@ -32,7 +32,7 @@ FROM m.daocloud.io/docker.io/library/nginx:alpine
|
|||
COPY --from=builder --chown=nginx:nginx /app/dist /usr/share/nginx/html
|
||||
|
||||
# 复制 Nginx 配置
|
||||
COPY Dockerfiles/Dockerfile-production/default.conf /etc/nginx/conf.d/default.conf
|
||||
COPY Dockerfiles/Dockerfile-staging/default.conf /etc/nginx/conf.d/default.conf
|
||||
|
||||
# 暴露端口
|
||||
EXPOSE 80
|
||||
|
|
|
|||
Loading…
Reference in New Issue