ev6 commited on
Commit
5950bab
·
verified ·
1 Parent(s): ce114b2

Update compose.yaml

Browse files
Files changed (1) hide show
  1. compose.yaml +7 -6
compose.yaml CHANGED
@@ -1,7 +1,8 @@
1
- services:
2
- web:
3
- build:
4
- context: app
5
- target: builder
6
- ports:
 
7
  - '8000:8000'
 
1
+ services:
2
+ web:
3
+ build:
4
+ context: app
5
+ target: builder
6
+ dockerfile: app/Dockerfile
7
+ ports:
8
  - '8000:8000'