Skip to content

Commit

Permalink
fix : readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Uno-Takashi committed Oct 14, 2022
1 parent d3fd032 commit 6f221b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,11 @@ docker-compose exec django python manage.py migrate
docker-compose exec django python manage.py collectstatic
docker-compose down
docker-compose up -d
docker-compose up nginx -d
```

また 2 回目以降の起動であれば、`docker-compose up -d`のみで起動することができます。
最後の`docker-compose up nginx -d`はリソースが十分でない場合に必要になるかもしれません。

## 開発

Expand Down

0 comments on commit 6f221b5

Please sign in to comment.