chore: dockerfile is now used for docker compose, not image.

This commit is contained in:
Данил 2025-03-27 11:40:13 +03:00
parent 655cb35260
commit cc916c172a

View file

@ -1,8 +1,8 @@
services: services:
shirino: shirino:
build: . build:
image: ghcr.io/shirino/shirino:latest context: ./
restart: unless-stopped dockerfile: Dockerfile
volumes: volumes:
- './config.yaml:/config.yaml' - './config.yaml:/config.yaml'