Skip to content

Commit

Permalink
Merge pull request #47 from jason-fox/patch-1
Browse files Browse the repository at this point in the history
Expose Ports
  • Loading branch information
fgalan committed Feb 21, 2019
2 parents a5a25d1 + 1d53c66 commit d004722
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,8 @@ RUN \
USER node
ENV NODE_ENV=production

# Expose Ports - Default to 4041 for NORTH PORT, 17428 for SIGFOX PORT
EXPOSE ${IOTA_NORTH_PORT:-4041} ${IOTA_SIGFOX_PORT:-17428}

ENTRYPOINT ["pm2-runtime", "bin/iotagent-sigfox"]
CMD ["-- ", "config.js"]

0 comments on commit d004722

Please sign in to comment.