diff --git a/Dockerfile b/Dockerfile index 0b99d29..8546495 100644 --- a/Dockerfile +++ b/Dockerfile @@ -53,7 +53,7 @@ RUN cp .env.example .env || true \ COPY docker/entrypoint.sh /usr/local/bin/entrypoint.sh RUN chmod +x /usr/local/bin/entrypoint.sh -EXPOSE 8000 +EXPOSE 80 ENTRYPOINT ["/usr/local/bin/entrypoint.sh"] -CMD ["sh", "-c", "php artisan serve --host=0.0.0.0 --port=${PORT:-8000}"] +CMD ["sh", "-c", "php artisan serve --host=0.0.0.0 --port=${PORT:-80}"]