Add working Dockerfile and fix plan to reflect Tampio's Python roots

This commit is contained in:
2026-03-29 13:18:00 +03:00
parent 83d812e289
commit 0dbb38aa6f
3 changed files with 40 additions and 5 deletions
+8
View File
@@ -0,0 +1,8 @@
services:
tampio:
build: .
volumes:
- .:/tampiorama
working_dir: /tampiorama
stdin_open: true
tty: true