Commit 08232a90 by yuzhenWang

Merge branch 'feature-20260316wyz-修改流程' into 'test'

配置信息改为dev

See merge request !93
parents 3bba5956 1e030f36
...@@ -45,7 +45,7 @@ RUN ls -la node_modules/esbuild/bin && \ ...@@ -45,7 +45,7 @@ RUN ls -la node_modules/esbuild/bin && \
# 复制源码并构建 # 复制源码并构建
COPY . . COPY . .
RUN npm run build:prod RUN npm run build:dev
# 生产阶段 # 生产阶段
FROM docker.m.daocloud.io/library/nginx:alpine FROM docker.m.daocloud.io/library/nginx:alpine
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment