mirror of https://github.com/buster-so/buster.git
Update compose to use web builder
This commit is contained in:
parent
5f612fbcf7
commit
f88288cc55
|
@ -26,9 +26,7 @@ services:
|
||||||
- db
|
- db
|
||||||
|
|
||||||
web:
|
web:
|
||||||
build:
|
build: ./web
|
||||||
context: ./web
|
|
||||||
dockerfile: Dockerfile
|
|
||||||
ports:
|
ports:
|
||||||
- "3000:3000"
|
- "3000:3000"
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue