Browse Source

added env variable for wiki base dir

main
Holger Frey 3 years ago
parent
commit
6b1f588fc0
  1. 1
      Dockerfile

1
Dockerfile

@ -10,6 +10,7 @@ RUN adduser -D -u 1000 -G deploy deploy @@ -10,6 +10,7 @@ RUN adduser -D -u 1000 -G deploy deploy
# switch to the created user and install the application
USER deploy
ENV PATH "$PATH:/home/deploy/.local/bin"
ENV MOINMOIN_DATA_BASE_DIR "/data/wikis"
COPY . /app
WORKDIR /app

Loading…
Cancel
Save