matthewtran.com/Makefile
2023-07-31 19:47:26 -07:00

11 lines
165 B
Makefile

# temporary until I can figure out the rest
all:
docker build -t matthewtran .
run:
docker run --name matt -d --rm -p 80:80 matthewtran
kill:
docker kill matt