From 72858bbc9c5aa98866241c44a847184b6087aca8 Mon Sep 17 00:00:00 2001 From: catflydotio <95245363+catflydotio@users.noreply.github.com> Date: Sat, 30 Sep 2023 08:00:11 -0400 Subject: [PATCH] One cap --- js/the-basics/dockerfiles.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/the-basics/dockerfiles.html.md b/js/the-basics/dockerfiles.html.md index e2d8a25dcb..35a19bbdf6 100644 --- a/js/the-basics/dockerfiles.html.md +++ b/js/the-basics/dockerfiles.html.md @@ -7,7 +7,7 @@ order: 0 The recommended way to deploy Bun, Deno, and Node.js applications is via [Dockerfiles](https://docs.docker.com/engine/reference/builder/). You can -provide your own Dockerfile or you can let fly.io's +provide your own Dockerfile or you can let Fly.io's [dockerfile generator](https://github.com/fly-apps/dockerfile-node#overview) produce one for you.