mirror of https://github.com/docker/docs.git
Update content/guides/deno/containerize.md
Co-authored-by: Craig Osterhout <103533812+craig-osterhout@users.noreply.github.com>
This commit is contained in:
parent
9e5c09a5a1
commit
aee0079f97
|
@ -88,7 +88,7 @@ EXPOSE 8000
|
|||
CMD ["run", "--allow-net", "server.ts"]
|
||||
```
|
||||
|
||||
Aside from specifying `denoland/deno:latest` as the base image, the Dockerfile
|
||||
Aside from specifying `denoland/deno:latest` as the base image, the Dockerfile:
|
||||
|
||||
- Sets the working directory in the container to `/app`
|
||||
- Copies `server.ts` into the container.
|
||||
|
|
Loading…
Reference in New Issue