Change test container to automatically start in work dir

This commit is contained in:
zima 2024-12-22 12:00:26 -07:00
parent 4f4b725f94
commit a019965f6b

View file

@ -32,6 +32,7 @@ services:
image: node:iron image: node:iron
ports: ports:
- 3000:3000 - 3000:3000
working_dir: /host
volumes: volumes:
- ./:/host - ./:/host
command: sleep infinity command: sleep infinity