summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2018-07-02 19:09:57 +0300
committerLauri Ojansivu <x@xet7.org>2018-07-02 19:09:57 +0300
commitbf06c715fe41b1689f451c1ae1112a06b377768f (patch)
treeef82a09ea387238a7e5ab5214e2f5715c88c6e97
parent44e20023cce82d7f10fba2c97ece53287eb6f3f1 (diff)
downloadwekan-bf06c715fe41b1689f451c1ae1112a06b377768f.tar.gz
wekan-bf06c715fe41b1689f451c1ae1112a06b377768f.tar.bz2
wekan-bf06c715fe41b1689f451c1ae1112a06b377768f.zip
Fix URL.
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index dbeeef5b..1f44fced 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -47,7 +47,7 @@ RUN \
# Fiber.poolSize = 1e9;
# Getting newest Node from Sandstorm fork of Node
# Source: https://github.com/sandstorm-io/node
- wget https://github.com/wekan/wekan/blob/devel/download-sandstorm-node.sh && \
+ wget https://raw.githubusercontent.com/wekan/wekan/devel/download-sandstorm-node.sh && \
bash download-sandstorm-node.sh && \
rm download-sandstorm-node.sh && \
# == OLD ==