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
|
||||
|
||||
web:
|
||||
build:
|
||||
context: ./web
|
||||
dockerfile: Dockerfile
|
||||
build: ./web
|
||||
ports:
|
||||
- "3000:3000"
|
||||
environment:
|
||||
|
|
Loading…
Reference in New Issue