# docker-staticapp **Repository Path**: mirrors_developit/docker-staticapp ## Basic Information - **Project Name**: docker-staticapp - **Description**: A Dockerized static app server using Node.JS and Express. Exposes environment variables prefixed with "PUB_" to your static app at /__/env.js and /__/env.json - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README docker-staticapp ================ A docker container for hosting a static website using Node.JS + express, with a nifty environment variable proxy. - Build/run this container to host files from `/src/staticapp/public` (map it as a volume if you want) - Listens on the port specified as a `PORT` env var (`process.env.PORT`, the default is `8080`).