aboutsummaryrefslogtreecommitdiff
path: root/docker/webpull/README.md
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2020-03-02 07:52:54 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2020-03-02 07:52:54 +0100
commit163472bed90d2514e38ca9e3659fa3afe06a9f2e (patch)
tree521101fedf49a0b520b68dc277d2f1395a48f93a /docker/webpull/README.md
parentc8c2cdf8d416f6a4a04a1765bce41a557df74566 (diff)
downloadinfrastructure-163472bed90d2514e38ca9e3659fa3afe06a9f2e.tar.gz
infrastructure-163472bed90d2514e38ca9e3659fa3afe06a9f2e.zip
webpull
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
+```