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:
parent
950bd857a4
commit
6a53b9634b
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user