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: services:
mermaid: mermaid:
build: build:
@@ -8,7 +7,7 @@ services:
tty: true tty: true
working_dir: /mermaid working_dir: /mermaid
mem_limit: '8G' mem_limit: '8G'
entrypoint: docker-entrypoint.sh entrypoint: ./docker-entrypoint.sh
environment: environment:
- NODE_OPTIONS=--max_old_space_size=8192 - NODE_OPTIONS=--max_old_space_size=8192
volumes: volumes: