mirror of
https://github.com/ION606/static-site-hosting.git
synced 2026-05-14 22:16:54 +00:00
8 lines
102 B
Makefile
8 lines
102 B
Makefile
all: build run
|
|
|
|
build:
|
|
docker build -t static-sites .
|
|
|
|
run:
|
|
docker run -p 5121:5121 static-sites -d
|