Skip to content

Commit

Permalink
Fix typo in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanjli committed Feb 28, 2024
1 parent 935be09 commit 4ab19a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM nodered/node-red:3.1.5-18-minimal
WORKDIR /data
COPY package.json /data
COPY package-lock.json /data
RUN npm install --unsave-perm --no-update-notifier --no-fund --only=production
RUN npm install --unsafe-perm --no-update-notifier --no-fund --omit=dev
WORKDIR /usr/src/node-red

COPY settings.js /data/settings.js
Expand Down

0 comments on commit 4ab19a1

Please sign in to comment.