Initial commit
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user