env #7
1 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
||||||
FROM alpine:latest
|
FROM alpine:latest
|
||||||
WORKDIR /opt/
|
WORKDIR /opt/
|
||||||
|
|
||||||
ENV git_url=https://git.adrianux.net
|
ENV GIT_URL=https://git.adrianux.net
|
||||||
ENV website_url=https://adrianux.net
|
ENV WEBSITE_URL=https://adrianux.net
|
||||||
ENV debug_mode=False
|
ENV DEBUG_MODE=False
|
||||||
|
|
||||||
RUN apk add --no-cache git python3
|
RUN apk add --no-cache git python3
|
||||||
RUN git clone https://git.adrianux.net/ahoemann/Adrianux.net.git /opt
|
RUN git clone https://git.adrianux.net/ahoemann/Adrianux.net.git /opt
|
||||||
RUN python3 -m venv /opt/.venv
|
RUN python3 -m venv /opt/.venv
|
||||||
|
|
Loading…
Reference in a new issue