Update Dockerfile

This commit is contained in:
Alexandre
2021-10-17 19:57:56 +02:00
committed by GitHub
parent 55c84c1e93
commit 581f653ec5

View File

@@ -3,6 +3,12 @@ FROM wger/devel:latest
VOLUME [ "/data" ]
USER root
RUN ln -s /home/wger /data
USER wger
#COPY /home/wger/src /data
#WORKDIR "/data"