Skip to content

Commit aee0079

Browse files
Update content/guides/deno/containerize.md
Co-authored-by: Craig Osterhout <[email protected]>
1 parent 9e5c09a commit aee0079

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/deno/containerize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ EXPOSE 8000
8888
CMD ["run", "--allow-net", "server.ts"]
8989
```
9090

91-
Aside from specifying `denoland/deno:latest` as the base image, the Dockerfile
91+
Aside from specifying `denoland/deno:latest` as the base image, the Dockerfile:
9292

9393
- Sets the working directory in the container to `/app`
9494
- Copies `server.ts` into the container.

0 commit comments

Comments
 (0)