Add docker tools
This commit is contained in:
		
							
								
								
									
										12
									
								
								Dockerfile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								Dockerfile
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
FROM node:18
 | 
			
		||||
ARG UID=911
 | 
			
		||||
ARG GID=911
 | 
			
		||||
 | 
			
		||||
WORKDIR /usr/share/dach
 | 
			
		||||
COPY package*.json ./
 | 
			
		||||
COPY . .
 | 
			
		||||
 | 
			
		||||
RUN npm install
 | 
			
		||||
USER dach
 | 
			
		||||
EXPOSE 1337
 | 
			
		||||
ENTRYPOINT ["docker-entrypoint.sh"]
 | 
			
		||||
		Reference in New Issue
	
	Block a user