forked from cerc-io/stack-orchestrator
Merge branch 'dboreham/add-console' of github.com:cerc-io/stack-orchestrator into dboreham/add-console
Former-commit-id: 2ca48fd2a2
This commit is contained in:
commit
99f41a3f9f
@ -40,8 +40,7 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
|
|||||||
# RUN su node -c "npm install -g <your-package-list-here>"
|
# RUN su node -c "npm install -g <your-package-list-here>"
|
||||||
|
|
||||||
# Configure the local npm registry
|
# Configure the local npm registry
|
||||||
RUN npm config set @lirewine:registry ${CERC_NPM_URL} \
|
RUN npm config set @cerc-io:registry ${CERC_NPM_URL} \
|
||||||
&& npm config set @cerc-io:registry ${CERC_NPM_URL} \
|
|
||||||
&& npm config set @lirewine:registry ${CERC_NPM_URL} \
|
&& npm config set @lirewine:registry ${CERC_NPM_URL} \
|
||||||
&& npm config set -- ${CERC_NPM_URL}:_authToken ${CERC_NPM_AUTH_TOKEN}
|
&& npm config set -- ${CERC_NPM_URL}:_authToken ${CERC_NPM_AUTH_TOKEN}
|
||||||
|
|
||||||
|
@ -3,3 +3,4 @@ laconic-registry-cli
|
|||||||
gem
|
gem
|
||||||
debug
|
debug
|
||||||
crypto
|
crypto
|
||||||
|
sdk
|
||||||
|
@ -23,3 +23,4 @@ dboreham/foundry
|
|||||||
lirewine/gem
|
lirewine/gem
|
||||||
lirewine/debug
|
lirewine/debug
|
||||||
lirewine/crypto
|
lirewine/crypto
|
||||||
|
lirewine/sdk
|
||||||
|
Loading…
Reference in New Issue
Block a user