fix port syntax in dockerfile
This commit is contained in:
@ -26,7 +26,7 @@ COPY apache_vhost.conf /etc/apache2/sites-available/000-default.conf
|
|||||||
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
||||||
|
|
||||||
# Expose the ports you care about
|
# Expose the ports you care about
|
||||||
EXPOSE 80, 8080, 5000
|
EXPOSE 80 8080 5000
|
||||||
|
|
||||||
# Start Supervisor
|
# Start Supervisor
|
||||||
CMD ["/usr/bin/supervisord", "-n"]
|
CMD ["/usr/bin/supervisord", "-n"]
|
||||||
Reference in New Issue
Block a user