Statics server using Superstatic and Node.JS
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
Statics server using Superstatic and Node.JS
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