Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -38,7 +38,7 @@ ENV HOME=/home/user \
|
|
38 |
WORKDIR $HOME/app
|
39 |
|
40 |
# Clone your repository or add your code to the container
|
41 |
-
RUN git clone -b main https://github.com/
|
42 |
|
43 |
# Install dependencies
|
44 |
#COPY requirements.txt $HOME/app/requirements.txt
|
|
|
38 |
WORKDIR $HOME/app
|
39 |
|
40 |
# Clone your repository or add your code to the container
|
41 |
+
RUN git clone -b main https://github.com/fffiloni/AniPortrait $HOME/app
|
42 |
|
43 |
# Install dependencies
|
44 |
#COPY requirements.txt $HOME/app/requirements.txt
|