开发Docker环境

This commit is contained in:
yaziming
2020-06-03 19:05:56 +08:00
parent c4143399e5
commit 04a94d2546
4 changed files with 158 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
FROM node:latest
WORKDIR frontend
ARG NPM_REGISTRY="http://www.npmjs.org"
RUN npm config set registry ${NPM_REGISTRY}