Update content/guides/deno/containerize.md

This commit is contained in:
Craig Osterhout 2025-02-13 10:38:51 -08:00 committed by GitHub
parent 75a7f4e338
commit f7014d35ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ directory to a directory that you want to work in, and run the following
command to clone the repository: command to clone the repository:
```console ```console
$ git clone https://github.com/dockersamples/deno-docker.git $ git clone https://github.com/dockersamples/docker-deno.git
``` ```
You should now have the following contents in your `deno-docker` directory. You should now have the following contents in your `deno-docker` directory.