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