Remove .env bake-in — use Coolify env vars at runtime

This commit is contained in:
2026-06-04 12:45:06 +01:00
parent bc07e81514
commit dc414f1b84
3 changed files with 2 additions and 5 deletions
-1
View File
@@ -15,7 +15,6 @@ COPY robots.txt /var/www/html/robots.txt
COPY sitemap.xml /var/www/html/sitemap.xml
COPY 404.html /var/www/html/404.html
COPY 500.html /var/www/html/500.html
COPY .env /var/www/html/.env
RUN chown -R www-data:www-data /var/www/html