1
0
Fork 0

📦 build(meowfacts): switch to pre-built docker image

- replace local docker build with pre-built image from ghcr.io
- simplify docker-compose configuration by removing build arguments
This commit is contained in:
pooneyy 2025-10-03 02:53:41 +08:00
parent db96787676
commit 15b405cfbc
No known key found for this signature in database
1 changed files with 1 additions and 5 deletions

View File

@ -1,10 +1,6 @@
services:
meowfacts:
build:
context: .
dockerfile: Dockerfile
args:
IMAGE_TAG: latest
image: ghcr.io/pooneyy/meowfacts:latest
container_name: ${CONTAINER_NAME}
restart: always
networks: