mirror of
https://github.com/yuto-yuto/node-red-contrib-password-generator.git
synced 2025-01-03 00:05:38 +01:00
Remove comment from dockerfile
This commit is contained in:
parent
4bbe0215be
commit
6fde31e2a7
@ -1,8 +1,5 @@
|
|||||||
FROM nodered/node-red
|
FROM nodered/node-red
|
||||||
|
|
||||||
# error without this
|
|
||||||
# RUN mkdir -p ./password-generator/node_modules/
|
|
||||||
|
|
||||||
COPY ../package.json ../package-lock.json ./password-generator/
|
COPY ../package.json ../package-lock.json ./password-generator/
|
||||||
COPY ../dist ./password-generator/dist
|
COPY ../dist ./password-generator/dist
|
||||||
RUN npm install ./password-generator --unsafe-perm --no-update-notifier --no-fund --only=production
|
RUN npm install ./password-generator --unsafe-perm --no-update-notifier --no-fund --only=production
|
||||||
|
Loading…
Reference in New Issue
Block a user