We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e5c09a commit aee0079Copy full SHA for aee0079
content/guides/deno/containerize.md
@@ -88,7 +88,7 @@ EXPOSE 8000
88
CMD ["run", "--allow-net", "server.ts"]
89
```
90
91
-Aside from specifying `denoland/deno:latest` as the base image, the Dockerfile
+Aside from specifying `denoland/deno:latest` as the base image, the Dockerfile:
92
93
- Sets the working directory in the container to `/app`
94
- Copies `server.ts` into the container.
0 commit comments