Update Dockerfile

This commit is contained in:
Andras Bacsai
2025-10-02 17:24:54 +02:00
committed by GitHub
parent 6a59bdf0b4
commit 09bddb337a

View File

@@ -1,5 +1,6 @@
FROM nginx:alpine as base
ENV DATABASE_URL=$DATABASE_URL
ARG SOURCE_COMMIT
RUN echo -e "\e[1;33mENVIRONMENT VARIABLES\e[0m"
RUN env
RUN echo "Hello, World!" > /usr/share/nginx/html/index.html