Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Helmut-Saal authored Aug 17, 2020
1 parent ebd342d commit 71690f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-context/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ RUN npm install node-red-contrib-iiot-opcua
RUN npm install node-red-contrib-modbustcp
RUN npm install node-red-dashboard
RUN npm install node-red-contrib-telegrambot
RUN npm node-red-contrib-bacnet

RUN apt -y purge build-essential
RUN apt -y purge python
Expand All @@ -50,4 +51,4 @@ EXPOSE 1880
ENV FLOWS=flows.json
ENV NODE_PATH=/usr/src/node-red/node_modules:/data/node_modules

CMD ["npm", "start", "--", "--userDir", "/data"]
CMD ["npm", "start", "--", "--userDir", "/data"]

0 comments on commit 71690f7

Please sign in to comment.