Skip to content

Commit

Permalink
Correcting path to docker-entrypoint.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
bstordrup committed Feb 26, 2024
1 parent 70c8a3d commit a57ac09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a57ac09

Please sign in to comment.