Commit a82f9269 authored by liuzicheng's avatar liuzicheng

Update Dockerfile

parent 801901b9
# build stage
FROM node:12-alpine as build-stage
FROM node:16-alpine3.14 as build-stage
# 创建一个工作目录
WORKDIR app
# 复制符合.dockerignore规则的文件
......
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