File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,13 +3,11 @@ sidebar_position: 2
33title : 🐳 Custom Dockerfile
44---
55
6- <!-- cSpell:ignore WORKDIR -->
7-
86# Custom Dockerfile 🐳
97
108A ` Dockerfile ` is automatically generated when creating a production build via the ` dart_frog build ` command.
119
12- To use a custom ` Dockerfile ` , you can create a ` Dockerfile ` at the root of the project.
10+ To use a custom ` Dockerfile ` , create a ` Dockerfile ` at the root of the project.
1311
1412```
1513├── Dockerfile <-- NEW
@@ -67,8 +65,10 @@ To build your Docker image run:
6765docker build . -t dart-frog-app
6866```
6967
70- Then run your Docker container via:
68+ Then, run your Docker container via:
7169
7270``` sh
7371docker run -i -t -p 8080:8080 dart-frog-app
7472```
73+
74+ <!-- cSpell:ignore WORKDIR -->
You can’t perform that action at this time.
0 commit comments