Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
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
|