blob: 351d300e569b75058e12470eca8a26f28cc18122 (
plain) (
tree)
|
|
# 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
```
|