Initial commit

This commit is contained in:
cpu
2025-03-22 22:31:00 +01:00
parent 1cd819938f
commit 2bebd8cc88

View File

@@ -28,6 +28,9 @@ RUN echo '#!/bin/sh' > /usr/share/nginx/html/docker-generate-config.sh && \
# Generate config.env.js from .env
RUN /usr/share/nginx/html/docker-generate-config.sh
# Uninstall bash
RUN apk del bash
# Remove the .env file and the generation script for security
RUN rm .env docker-generate-config.sh