Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ArashiCode/komik
ArashiCode
/
puppeter-playground
like
0
Sleeping
App
Files
Files
Community
6bb01d7
puppeter-playground
/
entrypoint.sh
Nexchan
Create entrypoint.sh
d2256ae
verified
4 months ago
raw
Copy download link
history
blame
Safe
165 Bytes
#!/bin/bash
set
-e
# Start SSH server
service ssh start
# Switch to Nex user and start code-server
su - Nex -c
"code-server . --bind-addr 0.0.0.0:7860 --auth none"