mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 13:28:57 +00:00
Update Dockerfile
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
FROM nginx:alpine as base
|
||||
ENV DATABASE_URL=$DATABASE_URL
|
||||
ARG SOURCE_COMMIT
|
||||
ARG SENTRY_RELEASE
|
||||
RUN echo -e "\e[1;33mENVIRONMENT VARIABLES\e[0m"
|
||||
RUN env
|
||||
RUN echo "Hello, World!" > /usr/share/nginx/html/index.html
|
||||
|
||||
Reference in New Issue
Block a user