mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Update Dockerfile
This commit is contained in:
		
							parent
							
								
									97d9510ce6
								
							
						
					
					
						commit
						22fb72fcfb
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -88,6 +88,7 @@ COPY --chown=sharkey:sharkey . ./
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ENV LD_PRELOAD=/usr/local/lib/libjemalloc.so
 | 
					ENV LD_PRELOAD=/usr/local/lib/libjemalloc.so
 | 
				
			||||||
ENV NODE_ENV=production
 | 
					ENV NODE_ENV=production
 | 
				
			||||||
 | 
					VOLUME "/sharkey/files"
 | 
				
			||||||
HEALTHCHECK --interval=5s --retries=20 CMD ["/bin/bash", "/sharkey/healthcheck.sh"]
 | 
					HEALTHCHECK --interval=5s --retries=20 CMD ["/bin/bash", "/sharkey/healthcheck.sh"]
 | 
				
			||||||
ENTRYPOINT ["/usr/bin/tini", "--"]
 | 
					ENTRYPOINT ["/usr/bin/tini", "--"]
 | 
				
			||||||
CMD ["pnpm", "run", "migrateandstart"]
 | 
					CMD ["pnpm", "run", "migrateandstart"]
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue