From 6a53b9634b894d133c60c04228a5ab9208a4acc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Mon, 7 May 2018 13:39:38 +0200 Subject: [PATCH] Make solvable work on read-only fs --- solvable/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/solvable/Dockerfile b/solvable/Dockerfile index 54d9922..14928d6 100644 --- a/solvable/Dockerfile +++ b/solvable/Dockerfile @@ -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}