This repository has been archived on 2023-03-15. You can view files and clone it, but cannot push or open issues or pull requests.
infrastructure/docker/webpull/README.md
2020-03-02 07:52:54 +01:00

11 lines
245 B
Markdown

# webpull
Webpull allows you to update your live website without deploying a new docker container but by simply calling an URL
## Pug version
```
go build ./main.go
sudo docker build -f ./Dockerfile.pug -t superboum/amd64_webpull_pug:v1
```