Hello! In #24 the EXPOSE step was removed from the Dockerfiles. However, I don't think the use of EXPOSE 'port' was deprecated. Rather, EXPOSE 'port:port' has been deprecated (indication)
Testing these changes, it doesn't look like this affects the running process. However, it helps orchestration tools like OpenShift run this image properly.
If there is something I'm missing, please let me know!
Hello! In #24 the EXPOSE step was removed from the Dockerfiles. However, I don't think the use of EXPOSE 'port' was deprecated. Rather, EXPOSE 'port:port' has been deprecated (indication)
Testing these changes, it doesn't look like this affects the running process. However, it helps orchestration tools like OpenShift run this image properly.
If there is something I'm missing, please let me know!