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

Merge branch 'rlmelvin-main-patch-81888' into 'main'

Update README.md

See merge request !4
parents 3a865a42 8f08e13e
No related branches found
No related tags found
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 ...@@ -4,7 +4,7 @@ Uses OpenAI API to determine if a research idea is reasonable and novel for the
## Deploy ## Deploy
### Docker-compose ### 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 You can use the `-d` flag at the end to runin in detached (background) mode
...@@ -19,4 +19,4 @@ To stop the app, ...@@ -19,4 +19,4 @@ To stop the app,
docker-compose down docker-compose down
``` ```
or ctrl+c once to gracefully exit, twice to ungracefully exit. or ctrl+c once to gracefully exit, twice to ungracefully exit.
\ No newline at end of file
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