Skip to content
Snippets Groups Projects
Commit a7eda3c9 authored by webmanue's avatar webmanue
Browse files

Merge branch '118-set-working-directory-via-docker-compose' into 'master'

Resolve "Set working directory via docker-compose"

Closes #118

See merge request mechanics-and-materials/ae108!107
parents 10d3ad77 84e84a65
No related tags found
No related merge requests found
Pipeline #138660 passed
......@@ -24,6 +24,7 @@ services:
- .:/mnt/io
tty: true
shm_size: '1gb'
working_dir: /mnt/io
dev-complex:
build:
args:
......@@ -32,5 +33,6 @@ services:
dockerfile: Dockerfile
volumes:
- .:/mnt/io
working_dir: /mnt/io
tty: true
shm_size: '1gb'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment