Skip to content

Commit 2c12f50

Browse files
authored
docs: move cspell ignore (#436)
1 parent 22c624e commit 2c12f50

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/docs/advanced/custom_dockerfile.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ sidebar_position: 2
33
title: 🐳 Custom Dockerfile
44
---
55

6-
<!-- cSpell:ignore WORKDIR -->
7-
86
# Custom Dockerfile 🐳
97

108
A `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:
6765
docker build . -t dart-frog-app
6866
```
6967

70-
Then run your Docker container via:
68+
Then, run your Docker container via:
7169

7270
```sh
7371
docker run -i -t -p 8080:8080 dart-frog-app
7472
```
73+
74+
<!-- cSpell:ignore WORKDIR -->

0 commit comments

Comments
 (0)