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