Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
add EXPOSE into Dockerfile
  • Loading branch information
wangerry authored Feb 8, 2021
1 parent c5068e7 commit 9f0cafd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,10 @@ RUN chmod +x /docker-entrypoint.sh
RUN chmod +x /init-db.sh
RUN chmod +x server/php/shell/main.sh

# Default ports
EXPOSE 80

# TODO root user should be avoided but required for now

ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["start"]
CMD ["start"]

0 comments on commit 9f0cafd

Please sign in to comment.