There was an error while loading. Please reload this page.
1 parent 60a755b commit f613894Copy full SHA for f613894
.runcode.yaml
@@ -0,0 +1,11 @@
1
+onCreate:
2
+ - sudo apt-get update -y
3
+ - sudo apt-get upgrade -y
4
+ - sudo corepack enable
5
+ - yarn
6
+
7
+onStart:
8
+ - |
9
+ WS_DOMAIN=`cat /home/ubuntu/runcode/ws-url-domain.txt`
10
+ printf "\nGO TO THIS URL TO VIEW PAGE \033[4;34m https://3000-${WS_DOMAIN}\033[0;30m\n\n"
11
+ yarn start
0 commit comments