code-server / start.sh
autoface's picture
feat: Add the Dockerfile, entrypoint.sh and start.sh files
393ccdd verified
#!/bin/bash
# Ensure code-server starts correctly and listens on the specified port
/usr/bin/entrypoint.sh --bind-addr 0.0.0.0:7860 /home/coder/workspace