Unable to connect to workspace

I am unable to connect to my workspace.
Also there are no log files when I do docker exec cat /var/log/coder-agent.log
and docker exec cat /var/log/coder-startup-script.log

My Dockerfile needs to run a script as ENTRYPOINT

This is the last section of my Dockerfile
EXPOSE 80
WORKDIR /root
ENV HOME=/home/ubuntu \
    SHELL=/bin/bash
HEALTHCHECK --interval=30s --timeout=5s CMD curl --fail http://127.0.0.1:6079/api/health
ENTRYPOINT ["/startup.sh"]

My template is available here.
https://gist.github.com/matifali/8316714315af8cdd7800a6b304d2d079
Gist
GitHub Gist: instantly share code, notes, and snippets.
Was this page helpful?