chore: remove hardcoded ports for Coolify

This commit is contained in:
GuavaPopper
2026-06-10 18:55:30 +07:00
parent 18c0e1d489
commit 056520d48f
4 changed files with 11 additions and 13 deletions
+2
View File
@@ -25,5 +25,7 @@ COPY docker/app/entrypoint.sh /usr/local/bin/webgis-entrypoint
RUN chmod +x /usr/local/bin/webgis-entrypoint
EXPOSE 8000
ENTRYPOINT ["webgis-entrypoint"]
CMD ["php", "artisan", "serve", "--host=0.0.0.0", "--port=8000"]