File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ RUN pip install --no-cache-dir -r requirements.txt
1515
1616RUN mkdir -p log data conf
1717COPY biz ./biz
18- COPY core ./core
1918COPY api.py ./api.py
2019COPY ui.py ./ui.py
2120COPY conf/prompt_templates.yml ./conf/prompt_templates.yml
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ services:
44 context : .
55 dockerfile : Dockerfile
66 target : prod
7- image : sunmh207/ai-codereview-gitlab:1.2.3
7+ image : sunmh207/ai-codereview-gitlab:1.2.4
88 ports :
99 - " 5001:5001"
1010 - " 5002:5002"
@@ -13,7 +13,7 @@ services:
1313 - log:/app/log
1414 - conf:/app/conf
1515 env_file :
16- - .env
16+ - ./conf/. env
1717 restart : unless-stopped
1818
1919volumes :
Original file line number Diff line number Diff line change @@ -4,20 +4,19 @@ services:
44 context : .
55 dockerfile : Dockerfile
66 target : dev
7- image : sunmh207/ai-codereview-gitlab:1.2.3
7+ image : sunmh207/ai-codereview-gitlab:1.2.4
88 ports :
99 - " 5001:5001"
1010 - " 5002:5002"
1111 volumes :
1212 - ./biz:/app/biz
13- - ./core:/app/core
1413 - ./conf:/app/conf
14+ - ./conf/supervisord.dev.conf:/etc/supervisor/conf.d/supervisord.conf
1515 - ./data:/app/data
1616 - ./log:/app/log
1717 - ./api.py:/app/api.py
1818 - ./requirements.txt:/app/requirements.txt
19- - ./supervisord.dev.conf:/etc/supervisor/conf.d/supervisord.conf
2019 - ./ui.py:/app/ui.py
2120 env_file :
22- - .env
21+ - ./conf/. env
2322 restart : unless-stopped
You can’t perform that action at this time.
0 commit comments