Add build context

This commit is contained in:
Kienan Stewart 2022-09-18 20:52:18 -04:00
parent 926e53d7e3
commit 3b61298fc2
1 changed files with 3 additions and 0 deletions

View File

@ -6,6 +6,9 @@ volumes:
services:
app:
build:
context:
./
image: localhost/foundry
ports:
- '30000:30000'