Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 334 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 334 Bytes

ghcr.io/cloud-cli/static

Statics server using Superstatic and Node.JS

Usage

Mount a folder into /home/app/dist and provide an environment variable called PORT to run it:

docker run -v /local/folder:/home/app/dist -p80:1234 -e PORT=1234 ghcr.io/cloud-cli/static:latest