https://github.com/deftio/nginx-static-docker
simple static page server with nginx, docker, bootstrap
https://github.com/deftio/nginx-static-docker
Last synced: 4 months ago
JSON representation
simple static page server with nginx, docker, bootstrap
- Host: GitHub
- URL: https://github.com/deftio/nginx-static-docker
- Owner: deftio
- License: other
- Created: 2022-07-28T03:04:57.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T03:07:29.000Z (almost 4 years ago)
- Last Synced: 2025-10-12T22:56:14.668Z (8 months ago)
- Language: HTML
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Simple Website with NGINX & Docker
This is a simple repo with a static website in a docker container. Useful for quick local hacks.
## Usage
Put static files in the \static directory in this folder
Static css and js files can be put in the associated web\js and web\css folders
Note that by defauly boostrap5 and bitwrench are included in the js and css folders
To serve the application type
```bash
docker compose up --build
```