Skip to content

Commit

Permalink
Merge pull request #5566 from mermaid-js/bug/5565-fix-docker-local-de…
Browse files Browse the repository at this point in the history
…velopment

Fixed entrypoint path
  • Loading branch information
sidharthv96 authored Jun 19, 2024
2 parents d84b440 + 8f00555 commit 63f9e95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
version: '3.9'
services:
mermaid:
build:
Expand All @@ -8,14 +7,15 @@ 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:
- ./:/mermaid
- root_cache:/root/.cache
- root_local:/root/.local
- root_npm:/root/.npm
- /tmp:/tmp
ports:
- 9000:9000
- 3333:3333
Expand Down

0 comments on commit 63f9e95

Please sign in to comment.