Skip to content

Commit c790f56

Browse files
committed
fix: indent in deploy_docker_dev.md
1 parent 9465cc8 commit c790f56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

document/deploy_docker_dev.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
1212
2. If the services are up and running in the first time, you may need to run the following in `pycontw` service in docker shell.
1313
14-
To get into the docker shell for `pycontw`
14+
To get into the docker shell for `pycontw`
1515
1616
```
1717
make shell_dev
1818
```
1919
20-
In the shell, you can run any commands as if you are in a local development environment. Here are some common Django commands:
20+
In the shell, you can run any commands as if you are in a local development environment. Here are some common Django commands:
2121
2222
```sh
2323
# make migrations

0 commit comments

Comments
 (0)