Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions document/deploy_docker_dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

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.

To get into the docker shell for `pycontw`
To get into the docker shell for `pycontw`

```
make shell_dev
```

In the shell, you can run any commands as if you are in a local development environment. Here are some common Django commands:
In the shell, you can run any commands as if you are in a local development environment. Here are some common Django commands:

```sh
# make migrations
Expand Down