mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 16:48:49 +01:00
Fix typo.
This commit is contained in:
parent
abf7890941
commit
2ac7660f29
1 changed files with 1 additions and 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
|
||||
curl -sL https://deb.nodesource.com/setup_8.x | bash -
|
||||
curl -sL https://deb.nodesource.com/setup_8.x | bash - && \
|
||||
wget https://raw.githubusercontent.com/wekan/wekan/devel/download-sandstorm-node.sh && \
|
||||
bash download-sandstorm-node.sh && \
|
||||
rm download-sandstorm-node.sh && \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue