summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-07-10 18:58:11 -0400
committerLauri Ojansivu <x@xet7.org>2019-07-10 18:58:11 -0400
commit9b4322c8c7bc536f61529b414fbc16d327df788d (patch)
tree38931cc170df23954f4accc5de69856c3c032187 /Dockerfile
parent5db79880669592adedb8fe825848dd7fee7865d7 (diff)
downloadwekan-9b4322c8c7bc536f61529b414fbc16d327df788d.tar.gz
wekan-9b4322c8c7bc536f61529b414fbc16d327df788d.tar.bz2
wekan-9b4322c8c7bc536f61529b414fbc16d327df788d.zip
Try to fix Dockerfile.
Thanks to xet7 !
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 729f5a59..e99043f9 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -188,7 +188,7 @@ RUN \
#curl "https://install.meteor.com/?release=${METEOR_RELEASE}" -o /home/wekan/install_meteor.sh && \
# OLD: sed -i "s|RELEASE=.*|RELEASE=${METEOR_RELEASE}\"\"|g" ./install_meteor.sh && \
# Install Meteor forcing its progress
- sed -i 's/VERBOSITY="--silent"/VERBOSITY="--progress-bar"/' ./install_meteor.sh && \
+ #sed -i 's/VERBOSITY="--silent"/VERBOSITY="--progress-bar"/' ./install_meteor.sh && \
echo "Starting meteor ${METEOR_RELEASE} installation... \n" && \
chown wekan /home/wekan/install_meteor.sh && \
\