fix: use pre-built taskcafe image in docker-compose by default
This commit is contained in:
parent
adae924ca1
commit
8f410cd9b7
@ -1,7 +1,8 @@
|
||||
version: "3"
|
||||
services:
|
||||
web:
|
||||
build: .
|
||||
image: taskcafe/taskcafe:latest
|
||||
# build: .
|
||||
ports:
|
||||
- "3333:3333"
|
||||
depends_on:
|
||||
|
Loading…
Reference in New Issue
Block a user