1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2024-11-14 15:57:17 +00:00

Make solvable work on read-only fs

This commit is contained in:
Kristóf Tóth 2018-05-07 13:39:38 +02:00
parent 950bd857a4
commit 6a53b9634b

View File

@ -27,5 +27,6 @@ RUN mkdir -p ${TFW_IDE_WD} &&\
RUN chown -R root:root ${TFW_SERVER_DIR} && chmod -R 700 ${TFW_SERVER_DIR}
# Make AVATAO_USER's home writeable and set it as WORKDIR
VOLUME ["/home/${AVATAO_USER}"]
# Make webservice directory writable
VOLUME ["/home/${AVATAO_USER}", "${TFW_WEBSERVICE_DIR}"]
WORKDIR /home/${AVATAO_USER}