2.1.7 • Published 2 years ago

restana-static v2.1.7

Weekly downloads
3
License
MIT
Repository
github
Last release
2 years ago

Introduction

build images

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

More