mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	chore(ci/docker): fix entrypoint
This commit is contained in:
		| @@ -23,5 +23,5 @@ FROM node:22.14.0-bullseye-slim | |||||||
|  |  | ||||||
|     # Configure container |     # Configure container | ||||||
|     EXPOSE 8080 |     EXPOSE 8080 | ||||||
|     CMD [ "./start-docker.sh" ] |     CMD [ "sh", "./start-docker.sh" ] | ||||||
|     HEALTHCHECK --start-period=10s CMD exec gosu node node docker_healthcheck.js |     HEALTHCHECK --start-period=10s CMD exec gosu node node docker_healthcheck.js | ||||||
		Reference in New Issue
	
	Block a user