services:
|
|
shell:
|
|
build: .
|
|
command: sh
|
|
tty: true
|
|
stdin_open: true
|
|
working_dir: /home
|
|
volumes:
|
|
- ./:/home
|
|
|
services:
|
|
shell:
|
|
build: .
|
|
command: sh
|
|
tty: true
|
|
stdin_open: true
|
|
working_dir: /home
|
|
volumes:
|
|
- ./:/home
|
|
|