-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs content from https://github.com/depot/app
- Loading branch information
1 parent
6b31a33
commit 816fdd6
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
title: Best practice Dockerfiles | ||
ogTitle: Best practice Dockerfiles | ||
description: A set of best practice Dockerfiles for building Docker images | ||
--- | ||
|
||
We've assembled some best practice Dockerfiles for building Docker images for several different languages: | ||
|
||
## Guides | ||
|
||
- [Dockerfile for Node.js using `pnpm`](/docs/languages/node-pnpm-dockerfile) | ||
- [Dockerfile for Python using `uv`](/docs/languages/python-uv-dockerfile) | ||
- [Dockerfile for Python using `poetry`](/docs/languages/python-poetry-dockerfile) | ||
- [Dockerfile for Rust](/docs/languages/rust-dockerfile) |