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:
shirino:
build: .
image: ghcr.io/shirino/shirino:latest
restart: unless-stopped
build:
context: ./
dockerfile: Dockerfile
volumes:
- './config.yaml:/config.yaml'