Add build context
This commit is contained in:
parent
926e53d7e3
commit
3b61298fc2
|
@ -6,6 +6,9 @@ volumes:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
app:
|
app:
|
||||||
|
build:
|
||||||
|
context:
|
||||||
|
./
|
||||||
image: localhost/foundry
|
image: localhost/foundry
|
||||||
ports:
|
ports:
|
||||||
- '30000:30000'
|
- '30000:30000'
|
||||||
|
|
Loading…
Reference in New Issue