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