1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2025-06-28 18:55:13 +00:00

Update project to comply user separation

This commit is contained in:
Kristóf Tóth
2018-04-04 17:44:14 +02:00
parent 4234919902
commit 0e342e2f2c
3 changed files with 2 additions and 2 deletions

View File

@ -14,6 +14,4 @@ RUN chown -R ${AVATAO_USER} ${TFW_WEBIDE_WD} &&\
chmod -R 755 ${TFW_WEBIDE_WD}
VOLUME ["/home/${AVATAO_USER}"]
USER ${AVATAO_USER}
WORKDIR /home/${AVATAO_USER}