From 8f08e13ec5eb60ecb8f1ebda5da1a17d32b8ec2d Mon Sep 17 00:00:00 2001 From: Ryan Melvin <rlmelvin@uab.edu> Date: Tue, 30 May 2023 14:18:10 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8132a23..d6f8d96 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. -- GitLab