Yea same, it's become almost like a ritual for me xD
@TannerBarcelos2 ай бұрын
I am so impressed with Deno. This is amazing.
@crowlsyong2 ай бұрын
Good good good! Was just about to work on deno+docker when before you dropped the video. Thank you!!!
@leuhenry80312 ай бұрын
What deno and ryan team is doing is to make developers enjoy coding. the DX is great!
@greytoy112 ай бұрын
great series! keep going
@leuhenry80312 ай бұрын
Greet! nice sharing with nice voice!
@electricuniverse-xh5hk2 ай бұрын
You're better off making a standalone executable of the whole thing with Deno and running it in Docker.
@rajatbyte2 ай бұрын
#denoindocker 😮✨🙌
@maodo-diop2 ай бұрын
Great. Why not beginning docker init to have a Dockerfile ?
@lorentzlasson78702 ай бұрын
2:45 deno cache is deprecated and superseded by deno install as far as i can tell
@deno_land2 ай бұрын
good catch 😄
@csmrfx2 ай бұрын
Easier with docker-compose, the yml is simpler than dockerfile and more persistent than shell oneliners. 🤓
@BR-lx7py2 ай бұрын
Is there something like pm2 for deno?
@kH-ul4hk2 ай бұрын
Does Deno work with react native?
@deno_land2 ай бұрын
Yes, there are some resources out there to help: andreadams.com.br/react-native-with-deno-a-new-runtime-for-cross-platform-development/
@zettca2 ай бұрын
That's pretty straightforward; but still too much work! I'd rather just use Deno Deploy instead 😆
@avwie1322 ай бұрын
You clearly spend other peoples money
@patolorde2 ай бұрын
you said i need to set up ports? forget im going to vercel
@benjaminfalkner858920 күн бұрын
Sorry, but what is this? a horrible slow video about docker. I need knowledge about deno. I have worked with Preact, Next JS and docker and thought deno could be useful, but this is useless. First no info about fresh and how to set it up im my folder. The build system is reading one dev.ts liking to the next one. Finally I run deno task build. And now? I cannot run the build main.js. So how should I pack it into a docker? May be I'm to old, but it should be something like: FROM denoland/deno ; ... ; Add ./_fresh /app; CMD ["deno", "run","/app"] . why should I install into a docker image after building a project. Why are you discussing testing inside a docker deployment video. I could have needed 1 minute or better a script, this is 6 minutes of wasted time. And I'm wasting here even more time, cause I wasted a day on deno. What is the benefit?