Thankyou sooo much Anand Bhai , hanging in this problem from quite a long time , deployed sucessfully now! just subscribed and want more videos on aws.
Can you also talk about how codedamn does it? Spinning up terminal for every playground, git clone that shows up in the frontend, etc. Example code would be great too
I am not sure how they do it. It probably has something to do with spinning up multiple docker containers and orchestrating them using K8s. Check out how I did it (naive approach, i.e. a single docker instance being shared) - github.com/spiritanand/khela and a repo that does something similar to what you want - github.com/DkDeepak001/codedamn-project
yes you are right - docs.docker.com/reference/dockerfile/#copy WORKDIR is the root by default, but since I used absolute path "/"home/api it resulted in the same destination
Thankyou sooo much Anand Bhai , hanging in this problem from quite a long time , deployed sucessfully now!
just subscribed and want more videos on aws.
Thanks. What are you looking for more on AWS? Panning some S3 content.
well explained
Can you also talk about how codedamn does it? Spinning up terminal for every playground, git clone that shows up in the frontend, etc. Example code would be great too
I am not sure how they do it. It probably has something to do with spinning up multiple docker containers and orchestrating them using K8s.
Check out how I did it (naive approach, i.e. a single docker instance being shared) - github.com/spiritanand/khela
and a repo that does something similar to what you want - github.com/DkDeepak001/codedamn-project
GOAT
31:30 there was no need to change it right? Since we're already in /home/api
yes you are right - docs.docker.com/reference/dockerfile/#copy
WORKDIR is the root by default, but since I used absolute path "/"home/api it resulted in the same destination