We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cae67c commit cc2a237Copy full SHA for cc2a237
2 files changed
Dockerfile
@@ -4,7 +4,8 @@ EXPOSE 80
4
EXPOSE 5858
5
WORKDIR /data
6
COPY docker-package.json ./package.json
7
-RUN npm install
+RUN npm install --only=prod
8
+# RUN npm install --production
9
# RUN npm install --force
10
COPY dist ./
11
OpenFlowNodeRED/Dockerfile
@@ -3,7 +3,8 @@ EXPOSE 80
3
EXPOSE 5859
+# RUN npm install
ENTRYPOINT ["/usr/local/bin/node", "--inspect=0.0.0.0:5859", "index.js"]
0 commit comments