switched back to port 8080

This commit is contained in:
Jack Goh
2018-07-18 15:55:37 +08:00
parent 37c4ecbf74
commit 10fd101c80
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -11,5 +11,5 @@ RUN php artisan clear-compiled
COPY wait.sh /usr/local/bin/wait.sh
RUN chmod +x /usr/local/bin/wait.sh
CMD /usr/local/bin/wait.sh && composer update --no-scripts && composer dumpautoload && php artisan storage:link && php artisan migrate && php artisan serve --host=0.0.0.0 --port=80
CMD /usr/local/bin/wait.sh && composer update --no-scripts && composer dumpautoload && php artisan storage:link && php artisan migrate && php artisan serve --host=0.0.0.0 --port=8000
EXPOSE 8000