Files
static-site-hosting/Makefile
T
2025-02-16 15:26:58 -05:00

8 lines
102 B
Makefile

all: build run
build:
docker build -t static-sites .
run:
docker run -p 5121:5121 static-sites -d