Update dockerfile

This commit is contained in:
yuto-yuto 2021-07-11 16:04:47 +02:00
parent 6fde31e2a7
commit 6b37b8d3fa

View File

@ -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