Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 123 Bytes

File metadata and controls

5 lines (5 loc) · 123 Bytes

ローカルでの起動コマンド

$ docker build -t my-html-image .
docker run -d -p 8080:80 my-html-image