Spaces:
Runtime error
Runtime error
| git clone https://github.com/Twan07/BEupload | |
| ls | |
| cd BEupload | |
| ls | |
| npm install | |
| ls | |
| echo "nameserver 8.8.8.8" > /tmp/resolv.conf | |
| echo "nameserver 1.1.1.1" >> /tmp/resolv.conf | |
| sudo sh -c 'echo -e "nameserver 1.1.1.1\nnameserver 8.8.8.8" > /etc/resolv.conf' | |
| cat /etc/resolv.conf | |
| echo $PWD | |
| node index |