Skip to content
Snippets Groups Projects
Commit 8f08e13e authored by Ryan Melvin's avatar Ryan Melvin
Browse files

Update README.md

parent 3a865a42
1 merge request!4Update 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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment