docker-theia/entrypoint.sh
2025-03-11 19:47:33 +01:00

5 lines
193 B
Bash
Executable File

#!/bin/bash
iptables-restore /etc/iptables/iptables.rules
su tor -s /bin/bash -c 'tor -f /etc/tor/torrc'
su -c 'node /home/theia/src-gen/backend/main.js /home/project --hostname=0.0.0.0' theia