Remove comment from dockerfile

This commit is contained in:
yuto-yuto 2021-07-11 15:29:54 +02:00
parent 4bbe0215be
commit 6fde31e2a7

View File

@ -1,8 +1,5 @@
FROM nodered/node-red
# error without this
# RUN mkdir -p ./password-generator/node_modules/
COPY ../package.json ../package-lock.json ./password-generator/
COPY ../dist ./password-generator/dist
RUN npm install ./password-generator --unsafe-perm --no-update-notifier --no-fund --only=production