File tree 3 files changed +5
-7
lines changed
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
15
15
16
16
RUN mkdir -p log data conf
17
17
COPY biz ./biz
18
- COPY core ./core
19
18
COPY api.py ./api.py
20
19
COPY ui.py ./ui.py
21
20
COPY conf/prompt_templates.yml ./conf/prompt_templates.yml
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ services:
4
4
context : .
5
5
dockerfile : Dockerfile
6
6
target : prod
7
- image : sunmh207/ai-codereview-gitlab:1.2.3
7
+ image : sunmh207/ai-codereview-gitlab:1.2.4
8
8
ports :
9
9
- " 5001:5001"
10
10
- " 5002:5002"
@@ -13,7 +13,7 @@ services:
13
13
- log:/app/log
14
14
- conf:/app/conf
15
15
env_file :
16
- - .env
16
+ - ./conf/. env
17
17
restart : unless-stopped
18
18
19
19
volumes :
Original file line number Diff line number Diff line change @@ -4,20 +4,19 @@ services:
4
4
context : .
5
5
dockerfile : Dockerfile
6
6
target : dev
7
- image : sunmh207/ai-codereview-gitlab:1.2.3
7
+ image : sunmh207/ai-codereview-gitlab:1.2.4
8
8
ports :
9
9
- " 5001:5001"
10
10
- " 5002:5002"
11
11
volumes :
12
12
- ./biz:/app/biz
13
- - ./core:/app/core
14
13
- ./conf:/app/conf
14
+ - ./conf/supervisord.dev.conf:/etc/supervisor/conf.d/supervisord.conf
15
15
- ./data:/app/data
16
16
- ./log:/app/log
17
17
- ./api.py:/app/api.py
18
18
- ./requirements.txt:/app/requirements.txt
19
- - ./supervisord.dev.conf:/etc/supervisor/conf.d/supervisord.conf
20
19
- ./ui.py:/app/ui.py
21
20
env_file :
22
- - .env
21
+ - ./conf/. env
23
22
restart : unless-stopped
You can’t perform that action at this time.
0 commit comments