Skip to content

Commit 9895cca

Browse files
authored
Use image in compose file
1 parent 56a0f99 commit 9895cca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
services:
22
web:
3-
build: .
3+
#build: . # For dev builds only
4+
image: ghcr.io/leinelab/ordertogether
45
ports:
56
- "8000:8000"
67
volumes:

0 commit comments

Comments
 (0)