📦 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:
parent
db96787676
commit
15b405cfbc
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue