added simple makefile

This commit is contained in:
Fishandchips321 2026-02-23 15:06:47 +00:00
parent 65e5bf16b5
commit 65483bf6e0

5
Makefile Normal file
View file

@ -0,0 +1,5 @@
build:
docker build -t foxgirlriley/jellyglass:latest .
run: build
docker run -p 5000:5000 foxgirlriley/jellyglass:latest