dockerize

This commit is contained in:
2026-05-15 17:20:10 +01:00
parent 92097f8f37
commit e6380b7c22
7 changed files with 61 additions and 0 deletions

7
compose-dev.yaml Normal file
View File

@@ -0,0 +1,7 @@
services:
nowblinkie:
build: .
volumes:
- "./res:/res"
- "./out:/out"
- "./config-docker.toml:/config.toml"