fix: set default environment variables names
All checks were successful
/ update (push) Successful in 0s

This commit is contained in:
ahoemann 2025-01-17 08:35:14 +01:00
parent a6aae99ed0
commit 4f73502d00

View file

@ -1,9 +1,10 @@
FROM alpine:latest
WORKDIR /opt/
ENV git_url=https://git.adrianux.net
ENV website_url=https://adrianux.net
ENV debug_mode=False
ENV GIT_URL=https://git.adrianux.net
ENV WEBSITE_URL=https://adrianux.net
ENV DEBUG_MODE=False
RUN apk add --no-cache git python3
RUN git clone https://git.adrianux.net/ahoemann/Adrianux.net.git /opt
RUN python3 -m venv /opt/.venv