joytou commited on
Commit
5ac8def
·
verified ·
1 Parent(s): 1e917e4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -2
Dockerfile CHANGED
@@ -15,10 +15,11 @@ RUN git clone https://github.com/yinhw0210/dataAnalysis-backend.git .
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
 
 
 
 
22
  RUN chmod +x deploy.sh
23
 
24
  CMD ["./deploy.sh", "7860", "0.0.0.0"]
 
15
 
16
  RUN chmod 777 -R /code
17
 
 
 
18
  RUN pip install -r requirements.txt
19
 
20
+ COPY ./config.template.ini /code/config.ini
21
+ COPY ./config.template.ini /config.ini
22
+
23
  RUN chmod +x deploy.sh
24
 
25
  CMD ["./deploy.sh", "7860", "0.0.0.0"]