diff options
Diffstat (limited to 'docker/webpull/README.md')
-rw-r--r-- | docker/webpull/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docker/webpull/README.md b/docker/webpull/README.md new file mode 100644 index 0000000..351d300 --- /dev/null +++ b/docker/webpull/README.md @@ -0,0 +1,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 +``` |