Files
static-site-hosting/Makefile
T

8 lines
102 B
Makefile
Raw Normal View History

2025-02-16 15:26:58 -05:00
all: build run
build:
docker build -t static-sites .
run:
docker run -p 5121:5121 static-sites -d