Skip to content

Commit

Permalink
update docker-compose.yml (fixed bug with php in docker) (ccxt#23172)
Browse files Browse the repository at this point in the history
  • Loading branch information
egorbulat98 authored Jul 23, 2024
1 parent b36d813 commit 7c1f349
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ services:
volumes:
- .:/ccxt
- /ccxt/node_modules/ # Prevents exposing container's node_modules to the host filesystem
- /ccxt/vendor/ # Prevents exposing container's vendor to the host filesystem
entrypoint: /bin/bash
stdin_open: true
tty: true

0 comments on commit 7c1f349

Please sign in to comment.