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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN apt-get install curl -y
11
  RUN apt-get install wget -y
12
  RUN apt-get install ffmpeg -y
13
 
14
- RUN git clone git@github.com:yinhw0210/dataAnalysis-backend.git .
15
 
16
  RUN pip install -r requirements.txt
17
 
 
11
  RUN apt-get install wget -y
12
  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