aboutsummaryrefslogtreecommitdiff
path: root/docker/webpull/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'docker/webpull/README.md')
-rw-r--r--docker/webpull/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/docker/webpull/README.md b/docker/webpull/README.md
index 386a7ef..351d300 100644
--- a/docker/webpull/README.md
+++ b/docker/webpull/README.md
@@ -1,3 +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
+```