summaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2019-07-10 19:12:39 -0400
committerLauri Ojansivu <x@xet7.org>2019-07-10 19:12:39 -0400
commitd05c4ea9ef8f66260787ed3938e91cb2f0790149 (patch)
tree345cc0b30972c5f2580cb74f2deed81f7b73c246 /Dockerfile
parent72921f04bbfd741e7322cba3111b0d9d13faa8a6 (diff)
downloadwekan-d05c4ea9ef8f66260787ed3938e91cb2f0790149.tar.gz
wekan-d05c4ea9ef8f66260787ed3938e91cb2f0790149.tar.bz2
wekan-d05c4ea9ef8f66260787ed3938e91cb2f0790149.zip
Try to fix Dockerfile.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index b6df96f9..fadc9d4d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -263,8 +263,8 @@ RUN \
rm -R /home/wekan/app && \
rm -R /home/wekan/app_build && \
cat /home/wekan/python/esprima-python/files.txt | xargs rm -R && \
- rm -R /home/wekan/python && \
- rm /home/wekan/install_meteor.sh
+ rm -R /home/wekan/python
+ #rm /home/wekan/install_meteor.sh
ENV PORT=8080
EXPOSE $PORT