This commit is contained in:
3wc
2020-10-06 21:09:14 +02:00
parent 485585483d
commit e8e8ad0a0a
2 changed files with 16 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# Custom-Html
# Custom HTML
Custom HTML website, served using Nginx
Custom HTML website, served using Nginx.
## Basic usage
@ -12,6 +12,10 @@ Custom HTML website, served using Nginx
your Docker swarm box
5. `direnv allow` (or `. .envrc`)
6. `abra deploy`
7. Copy your files to the container, using something like
```
abra cp index.html app:/usr/share/nginx/html
```
[`abra`]: https://git.autonomic.zone/autonomic-cooperative/abra
[`compose-stacks/traefik`]: https://git.autonomic.zone/compose-stacks/traefik