This commit is contained in:
Stefan
2025-12-14 12:48:55 +01:00
parent 38f2cb0f3b
commit 25666e7359
2 changed files with 4 additions and 4 deletions
+4 -1
View File
@@ -2,7 +2,10 @@ version: '3.8'
services:
chess-tutor:
image: ghcr.io/stefan-kp/chess-tutor:latest
build:
context: .
dockerfile: Dockerfile
image: chess-tutor:local
container_name: chess-tutor
restart: unless-stopped