mirror of
https://github.com/dragonlock2/matthewtran.com.git
synced 2025-10-11 12:07:56 +00:00
11 lines
165 B
Makefile
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
|