mirror of
https://codeberg.org/yeentown/barkey.git
synced 2025-04-28 09:36:56 +00:00
Change test container to automatically start in work dir
This commit is contained in:
parent
4f4b725f94
commit
a019965f6b
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue