update
This commit is contained in:
parent
f98c4a1c9a
commit
92e6a15239
@ -17,7 +17,7 @@ RUN npm install --legacy-peer-deps
|
|||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
# 构建应用
|
# 构建应用
|
||||||
RUN npm run build
|
RUN npm run build --production=false
|
||||||
|
|
||||||
# 生产阶段
|
# 生产阶段
|
||||||
FROM nginx:stable-alpine
|
FROM nginx:stable-alpine
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user