Skip to content

Commit 1885626

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

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
@@ -95,7 +95,7 @@ Aside from specifying `denoland/deno:latest` as the base image, the Dockerfile:
9595
- Sets the user to `deno` to run the application as a non-root user.
9696
- Exposes port 8000 to allow traffic to the application.
9797
- Runs the Deno server using the `CMD` instruction.
98-
- The `--allow-net` flag is used to allow network access to the application. The `server.ts` file uses the Oak framework to create a simple API that listens on port 8000.
98+
- Uses the `--allow-net` flag to allow network access to the application. The `server.ts` file uses the Oak framework to create a simple API that listens on port 8000.
9999

100100
## Run the application
101101

0 commit comments

Comments
 (0)