初始化更新
This commit is contained in:
4
docker_env/web/DockerfileBuild
Normal file
4
docker_env/web/DockerfileBuild
Normal file
@@ -0,0 +1,4 @@
|
||||
FROM node:14-alpine
|
||||
WORKDIR /web/
|
||||
COPY ./web/package.json .
|
||||
RUN npm install --registry=https://registry.npm.taobao.org
|
||||
Reference in New Issue
Block a user