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
3
3
title : 🐳 Custom Dockerfile
4
4
---
5
5
6
- <!-- cSpell:ignore WORKDIR -->
7
-
8
6
# Custom Dockerfile 🐳
9
7
10
8
A ` Dockerfile ` is automatically generated when creating a production build via the ` dart_frog build ` command.
11
9
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.
13
11
14
12
```
15
13
├── Dockerfile <-- NEW
@@ -67,8 +65,10 @@ To build your Docker image run:
67
65
docker build . -t dart-frog-app
68
66
```
69
67
70
- Then run your Docker container via:
68
+ Then, run your Docker container via:
71
69
72
70
``` sh
73
71
docker run -i -t -p 8080:8080 dart-frog-app
74
72
```
73
+
74
+ <!-- cSpell:ignore WORKDIR -->
You can’t perform that action at this time.
0 commit comments