mirror of
				https://github.com/avatao-content/test-tutorial-framework
				synced 2025-11-04 11:52:55 +00:00 
			
		
		
		
	Make solvable work on read-only fs
This commit is contained in:
		@@ -27,5 +27,6 @@ RUN mkdir -p ${TFW_IDE_WD}                                               &&\
 | 
				
			|||||||
RUN chown -R root:root ${TFW_SERVER_DIR} && chmod -R 700 ${TFW_SERVER_DIR}
 | 
					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
 | 
					# 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}
 | 
					WORKDIR /home/${AVATAO_USER}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user