https://github.com/backendstack21/restana-static
Efficiently serve static files using Node.js and Docker containers.
https://github.com/backendstack21/restana-static
Last synced: 9 months ago
JSON representation
Efficiently serve static files using Node.js and Docker containers.
- Host: GitHub
- URL: https://github.com/backendstack21/restana-static
- Owner: BackendStack21
- License: mit
- Created: 2020-04-24T11:16:20.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-21T14:09:55.000Z (over 1 year ago)
- Last Synced: 2025-04-18T20:49:18.501Z (9 months ago)
- Language: JavaScript
- Size: 137 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Introduction
[](https://github.com/BackendStack21/restana-static/actions/workflows/build_images.yaml)
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:
```Dockerfile
FROM kyberneees/restana-static:latest
RUN rm dist/index.html
RUN echo "Hello World!" >> dist/index.html
```
# More
- Website and documentation: https://static.21no.de