joytou commited on
Commit
7d0eb8a
·
verified ·
1 Parent(s): 3acff5e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -15,7 +15,7 @@ RUN git clone https://github.com/yinhw0210/dataAnalysis-backend.git .
15
 
16
  RUN chmod 777 -R /code
17
 
18
- COPY ./config.template.ini ./config.ini
19
 
20
  RUN pip install -r requirements.txt
21
 
 
15
 
16
  RUN chmod 777 -R /code
17
 
18
+ COPY ./config.template.ini /code/config.ini
19
 
20
  RUN pip install -r requirements.txt
21