diff options
author | Lauri Ojansivu <x@xet7.org> | 2018-07-02 19:09:57 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2018-07-02 19:09:57 +0300 |
commit | bf06c715fe41b1689f451c1ae1112a06b377768f (patch) | |
tree | ef82a09ea387238a7e5ab5214e2f5715c88c6e97 | |
parent | 44e20023cce82d7f10fba2c97ece53287eb6f3f1 (diff) | |
download | wekan-bf06c715fe41b1689f451c1ae1112a06b377768f.tar.gz wekan-bf06c715fe41b1689f451c1ae1112a06b377768f.tar.bz2 wekan-bf06c715fe41b1689f451c1ae1112a06b377768f.zip |
Fix URL.
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 == |