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
1 changed files with 2 additions and 1 deletions

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}