Correcting path to docker-entrypoint.sh

This commit is contained in:
Benny Tordrup 2024-02-26 14:31:59 +01:00
parent 70c8a3dde8
commit a57ac092f0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ services:
tty: true
working_dir: /mermaid
mem_limit: '8G'
entrypoint: '/mermaid/docker-entrypoint.sh'
entrypoint: docker-entrypoint.sh
environment:
- NODE_OPTIONS=--max_old_space_size=8192
volumes: