Skip to content

Commit

Permalink
expose port 8000 instead of 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
rwhite27 committed Aug 1, 2024
1 parent d14952d commit e5416c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion development.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ RUN chmod -R 777 /var/www/html/storage/logs/

RUN composer install --optimize-autoloader

EXPOSE 8080
EXPOSE 8000

0 comments on commit e5416c6

Please sign in to comment.