16 lines
217 B
Markdown
16 lines
217 B
Markdown
# simple static site
|
|
|
|
consult [Dockerfile](Dockerfile) or [docker-compose.yml](docker-compose.yml) - both are simple and fine enough.
|
|
|
|
---
|
|
|
|
configuration:
|
|
|
|
```nginx
|
|
server {
|
|
listen 8080;
|
|
}
|
|
```
|
|
|
|
simple as that! :)
|