Skip to content

Commit

Permalink
disable exposed port
Browse files Browse the repository at this point in the history
  • Loading branch information
adatheleader committed Sep 29, 2016
1 parent def3760 commit aca70df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ COPY index.js /app/
COPY scripts.js /app/

# Expose application server port
EXPOSE 8000
# EXPOSE 8000

CMD ["supervisord", "-c", "/etc/supervisor/supervisord.conf", "-n"]

0 comments on commit aca70df

Please sign in to comment.