Update Dockerfile

Removed hardcoding port 8080 in image, allowing more flexibility for complex docker deployments.
This commit is contained in:
William Trelawny 2022-08-30 20:03:28 -04:00 committed by GitHub
parent 63d000fbbb
commit f26f86dd3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -346,8 +346,6 @@ RUN \
#rm -R /home/wekan/python
#rm /home/wekan/install_meteor.sh
ENV PORT=8080
EXPOSE $PORT
USER wekan
#---------------------------------------------------------------------