Removed hardcoding port 8080 in image, allowing more flexibility for complex docker deployments.
@@ -346,8 +346,6 @@ RUN \
#rm -R /home/wekan/python
#rm /home/wekan/install_meteor.sh
-ENV PORT=8080
-EXPOSE $PORT
USER wekan
#---------------------------------------------------------------------