Efficiently serve static files using Node.js and Docker containers: https://itnext.io/restana-static-serving-the-frontend-with-node-js-beyond-nginx-e45fdb2e49cb
Example Dockerfile:
FROM kyberneees/restana-static:latest RUN rm dist/index.html RUN echo "Hello World!" >> dist/index.html- Website and documentation: https://static.21no.de