Skip to content

Commit

Permalink
setting flow file fixed to flows.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hilschernetpi committed Mar 24, 2021
1 parent 76b2ab8 commit 039c9b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.vcs-ref=$VCS_REF

#version
ENV HILSCHERNETPI_NODERED_VERSION 1.7.2
ENV HILSCHERNETPI_NODERED_VERSION 1.7.3

#labeling
LABEL maintainer="[email protected]" \
Expand Down
2 changes: 1 addition & 1 deletion init.d/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ if [ ! "$FIELD" = "none" ]; then
fi

# start Node-RED as background task
/usr/bin/node-red &
/usr/bin/node-red flows.json &

# wait forever not to exit the container
while true
Expand Down

0 comments on commit 039c9b8

Please sign in to comment.