mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-21 17:21:09 +01:00
开发Docker环境
This commit is contained in:
5
workspace/dockerfiles/node/Dockerfile
Normal file
5
workspace/dockerfiles/node/Dockerfile
Normal file
@@ -0,0 +1,5 @@
|
||||
FROM node:latest
|
||||
WORKDIR frontend
|
||||
ARG NPM_REGISTRY="http://www.npmjs.org"
|
||||
RUN npm config set registry ${NPM_REGISTRY}
|
||||
|
||||
Reference in New Issue
Block a user