Files
podcaster/Justfile

6 lines
139 B
Makefile

build:
docker build -t podcaster .
run:
docker run -p 5000:5000 --name podcaster -v ./db:/db -v ./podcasts:/podcasts podcaster:latest