forked from science-ation/science-ation
Add devcontainer workspace mount
This commit is contained in:
parent
29db808348
commit
a9e57f07fe
@ -3,6 +3,8 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
volumes:
|
||||||
|
- ../..:/workspaces:cached
|
||||||
ports:
|
ports:
|
||||||
- 8085:80
|
- 8085:80
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user