aboutsummaryrefslogblamecommitdiff
path: root/docker/webpull/README.md
blob: 351d300e569b75058e12470eca8a26f28cc18122 (plain) (tree)
1
2
3
4
5
6
7
8
9
10


                                                                                                                    






                                                                        
# 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 
```