diff --git a/README.md b/README.md index 8132a23fc9e3d44e74f8380fa5e3dcc3918ecc3b..d6f8d96aafc385039f56dd0b41d92e01b3e187a9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Uses OpenAI API to determine if a research idea is reasonable and novel for the ## Deploy ### Docker-compose ``` -docker-compose up --rebuild --force=recreate +docker-compose up --build --force-recreate ``` You can use the `-d` flag at the end to runin in detached (background) mode @@ -19,4 +19,4 @@ To stop the app, docker-compose down ``` -or ctrl+c once to gracefully exit, twice to ungracefully exit. \ No newline at end of file +or ctrl+c once to gracefully exit, twice to ungracefully exit.