kapllan commited on
Commit
e5af3a4
·
verified ·
1 Parent(s): 2ad279d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,7 +28,7 @@ WORKDIR $HOME/app
28
 
29
  COPY --chown=user . $HOME/app
30
 
31
- RUN git clone https://github.com/kapllan/SmartOpinion.git $HOME/app
32
 
33
  # Install any dependencies specified in requirements.txt
34
  RUN pip install poetry
 
28
 
29
  COPY --chown=user . $HOME/app
30
 
31
+ RUN git clone https://github.com/kapllan/SmartOpinion.git
32
 
33
  # Install any dependencies specified in requirements.txt
34
  RUN pip install poetry