[fix] perms
This commit is contained in:
		
							parent
							
								
									51f65150bc
								
							
						
					
					
						commit
						6861f0cbee
					
				
					 4 changed files with 6 additions and 4 deletions
				
			
		| 
						 | 
					@ -32,7 +32,7 @@ RUN export JAVA_HOME
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# install BaseX to /basex/
 | 
					# install BaseX to /basex/
 | 
				
			||||||
RUN curl https://files.basex.org/releases/9.5.1/BaseX951.zip | jar xv && \
 | 
					RUN curl https://files.basex.org/releases/9.5.1/BaseX951.zip | jar xv && \
 | 
				
			||||||
    chown -R $PUID:$PGID /basex && chmod a+x /basex/bin/* ;
 | 
					    chown -R 1000:1000 /basex && chmod a+x /basex/bin/* ;
 | 
				
			||||||
ENV PATH=$PATH:/basex/bin
 | 
					ENV PATH=$PATH:/basex/bin
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# install docker cli only
 | 
					# install docker cli only
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
										
											Binary file not shown.
										
									
								
							| 
						 | 
					@ -16,10 +16,11 @@ done
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# pull useful projects
 | 
					# pull useful projects
 | 
				
			||||||
cd /config/workspace
 | 
					cd /config/workspace
 | 
				
			||||||
 | 
					git clone https://github.com/BloomsburyDigital/XML-CMS.git
 | 
				
			||||||
git clone https://git.quodatum.duckdns.org/apb/vscode-basex.git
 | 
					mkdir quodatum
 | 
				
			||||||
git clone https://git.quodatum.duckdns.org/apb/thedocks
 | 
					cd quodatum
 | 
				
			||||||
git clone https://github.com/Quodatum/xqlint.git
 | 
					git clone https://github.com/Quodatum/xqlint.git
 | 
				
			||||||
 | 
					git clone https://github.com/Quodatum/xqdoca.git
 | 
				
			||||||
git clone https://git.quodatum.duckdns.org/apb/file-samples.git
 | 
					git clone https://git.quodatum.duckdns.org/apb/file-samples.git
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -13,6 +13,7 @@ services:
 | 
				
			||||||
      - SUDO_PASSWORD_HASH= #optional
 | 
					      - SUDO_PASSWORD_HASH= #optional
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      - ./config:/config
 | 
					      - ./config:/config
 | 
				
			||||||
 | 
					      - ./repo:/basex/repo
 | 
				
			||||||
      - ./custom:/basex/lib/custom
 | 
					      - ./custom:/basex/lib/custom
 | 
				
			||||||
      - /var/run/docker.sock:/var/run/docker.sock
 | 
					      - /var/run/docker.sock:/var/run/docker.sock
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue