This commit is contained in:
parent
e034601337
commit
95d6497e93
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ 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
|
||||||
RUN /opt/.venv/bin/pip install -r requirements.txt
|
RUN /opt/.venv/bin/pip install --no-cache-dir-r requirements.txt
|
||||||
RUN apk del git
|
RUN apk del git
|
||||||
|
|
||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
|
|
Loading…
Reference in a new issue