fix: remove env

This commit is contained in:
u00lipp
2025-10-23 12:25:53 +02:00
parent 76ace993d6
commit 10c65295cc
+3
View File
@@ -59,6 +59,9 @@
# Optimize Laravel configuration
RUN php artisan config:cache && php artisan route:cache && php artisan view:cache && php artisan event:cache
# Entferne .env Datei, um sensible Daten nicht im finalen Image zu behalten
RUN rm -f /var/www/html/.env
EXPOSE 80
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]