Skip to content

Commit 84e3647

Browse files
committed
fix(docker compose): changed image building on host to fetching image from ghcr.io
1 parent 47c521c commit 84e3647

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
bot:
3-
build: .
3+
image: ghcr.io/okiscape/faststicker-tgbot:latest
44
restart: unless-stopped
55
container_name: faststicker-tgbot
66
env_file: .env

0 commit comments

Comments
 (0)