Fixed entrypoint path

This commit is contained in:
Nikolay Rozhkov
2024-06-09 01:23:38 +03:00
parent d6ccd93cf2
commit 1c4dd9b923

View File

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