philip-vonderlind commited on
Commit
2e9730e
·
1 Parent(s): 01bcb99

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM python:3.11
2
 
3
  WORKDIR /code
4
 
5
- RUN git clone git@github.com:pvonderlind/CircadianRythmEU.git .
6
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
7
 
8
  COPY . .
 
2
 
3
  WORKDIR /code
4
 
5
+ RUN git clone https://github.com/pvonderlind/CircadianRythmEU.git .
6
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
7
 
8
  COPY . .