Update Dockerfile
这个提交包含在:
		
							父节点
							
								
									0d6adb0edf
								
							
						
					
					
						当前提交
						1a13f94264
					
				
					共有  1 个文件被更改,包括 8 次插入 和 0 次删除
				
			
		|  | @ -17,6 +17,14 @@ RUN cd /var/www/html \ | |||
| && echo "Setting root as owner of the folder..." \ | ||||
| && chown -R root:root /var/www/html \ | ||||
| && echo "Setting permissions to the install folder" \ | ||||
| && chmod -R g+rw ./application/config/ \ | ||||
| && chmod -R g+rw ./application/logs/ \ | ||||
| && chmod -R g+rw ./assets/qslcard/ \ | ||||
| && chmod -R g+rw ./backup/ \ | ||||
| && chmod -R g+rw ./updates/ \ | ||||
| && chmod -R g+rw ./uploads/ \ | ||||
| && chmod -R g+rw ./images/eqsl_card_images/ \ | ||||
| && chmod -R g+rw ./assets/json/ \ | ||||
| && chmod 777 /var/www/html/install \ | ||||
| && echo "Make sure everything is fine" \ | ||||
| && dir -ls | ||||
|  |  | |||
		正在加载…
	
		在新工单中引用