fix: use pre-built taskcafe image in docker-compose by default

This commit is contained in:
Jordan Knott
2020-08-23 11:44:50 -05:00
parent adae924ca1
commit 8f410cd9b7
+2 -1
View File
@@ -1,7 +1,8 @@
version: "3"
services:
web:
build: .
image: taskcafe/taskcafe:latest
# build: .
ports:
- "3333:3333"
depends_on: