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

build image in docker-compose

- (re-)building Dockerfile simplifies modifications
parent 89aefc6f
No related branches found
No related tags found
No related merge requests found
Pipeline #100468 passed
......@@ -15,7 +15,9 @@
version: "3.3"
services:
dev:
image: registry.ethz.ch/mechanics-and-materials/ae108/dev:master
build:
context: ./docker
dockerfile: Dockerfile
volumes:
- .:/mnt/io
tty: true
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