joytou commited on
Commit
3acff5e
·
verified ·
1 Parent(s): 88c35e3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -0
Dockerfile CHANGED
@@ -13,6 +13,10 @@ RUN apt-get install ffmpeg -y
13
 
14
  RUN git clone https://github.com/yinhw0210/dataAnalysis-backend.git .
15
 
 
 
 
 
16
  RUN pip install -r requirements.txt
17
 
18
  RUN chmod +x deploy.sh
 
13
 
14
  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
 
22
  RUN chmod +x deploy.sh