Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -4,7 +4,7 @@ WORKDIR /app
|
|
4 |
|
5 |
RUN apt-get update && apt-get install -y git
|
6 |
|
7 |
-
RUN git clone https://github.com/dasasdsadsww/PyDeepLX.git
|
8 |
|
9 |
EXPOSE 7860
|
10 |
|
|
|
4 |
|
5 |
RUN apt-get update && apt-get install -y git
|
6 |
|
7 |
+
RUN git clone https://github.com/dasasdsadsww/PyDeepLX.git app
|
8 |
|
9 |
EXPOSE 7860
|
10 |
|