add Dockerfile & Justfile

This commit is contained in:
2026-02-13 12:42:49 +03:00
parent aeae478a68
commit 127299d64d
2 changed files with 29 additions and 0 deletions

5
Justfile Normal file
View File

@@ -0,0 +1,5 @@
build:
docker build -t podcaster .
run:
docker run -p 5000:5000 --name podcaster -v ./db:/db -v ./podcasts:/podcasts podcaster:latest