Update Dockerfile

This commit is contained in:
Alexandre
2021-10-17 18:08:53 +02:00
committed by GitHub
parent 8809ef7100
commit 1f27cfd4dd

View File

@@ -6,13 +6,13 @@ VOLUME [ "/share" ]
USER root USER root
RUN \ #RUN \
############### ###############
# Adapt image # # Adapt image #
############### ###############
# Correct data path # Correct data path
mkdir -p /share/wger \ #mkdir -p /share/wger \
&& ln -s /share/wger /home #&& ln -s /share/wger /home
### LABELS ### LABELS