This commit is contained in:
		
							parent
							
								
									f62b8751ad
								
							
						
					
					
						commit
						21d9197a7a
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -3,6 +3,6 @@ LABEL authors="Johannes Bülow <johannes.buelow@jmbit.de>"
 | 
				
			||||||
RUN mkdir /home/abc && chown -R abc:abc /home/abc && usermod -d /home/abc abc
 | 
					RUN mkdir /home/abc && chown -R abc:abc /home/abc && usermod -d /home/abc abc
 | 
				
			||||||
ENV HOME=/home/abc \
 | 
					ENV HOME=/home/abc \
 | 
				
			||||||
    START_DOCKER=false
 | 
					    START_DOCKER=false
 | 
				
			||||||
RUN apt-get purge chromium && apt-get install firefox-esr -y 
 | 
					RUN apt-get purge chromium -y && apt-get install firefox-esr -y 
 | 
				
			||||||
 | 
					
 | 
				
			||||||
EXPOSE 3000 3001
 | 
					EXPOSE 3000 3001
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue