We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a143f15 commit f178143Copy full SHA for f178143
docker-compose.yml
@@ -8,6 +8,8 @@ services:
8
- OPENAI_API_KEY=${OPENAI_API_KEY}
9
ports:
10
- "5000:5000"
11
+ volumes:
12
+ - ./backend:/app
13
restart: unless-stopped
14
15
frontend:
0 commit comments