Skip to content

Commit

Permalink
Merge pull request #387 from jason-fox/patch-5
Browse files Browse the repository at this point in the history
Expose Ports
  • Loading branch information
fgalan authored Feb 22, 2019
2 parents be1cb2a + ce41584 commit 7e75d0b
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 @@ -71,5 +71,8 @@ RUN \
USER node
ENV NODE_ENV=production

# Expose Ports - Default to 4041 for NORTH PORT 4041, 7896 for HTTP PORT
EXPOSE ${IOTA_NORTH_PORT:-4041} ${IOTA_HTTP_PORT:-7896}

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

0 comments on commit 7e75d0b

Please sign in to comment.