So I added:
# expose port 8200 EXPOSE 8200 # run a script ENTRYPOINT ["helloworld/run.sh"]
to my Dockerfile that shou
Dockerfile