Skip to content

Commit 4227794

Browse files
committed
chore: docker-compose: Use prebuilt image
1 parent 78dd961 commit 4227794

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
services:
22
app:
3-
build: .
3+
# build: .
4+
image: ghcr.io/mrmohebi/divar-alert:latest
45
container_name: divar-alert-bot
56
restart: unless-stopped
67
environment:

0 commit comments

Comments
 (0)