beowcow commited on
Commit
4d7d921
·
verified ·
1 Parent(s): d7e9cb4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -3
Dockerfile CHANGED
@@ -4,6 +4,7 @@ ENV DEBIAN_FRONTEND=noninteractive
4
  USER root
5
  EXPOSE 7860
6
  RUN apt-get install -y git wget
7
- RUN git clone https://github.com/Zebraslive/roop-unleashed
8
- WORKDIR /roop-unleashed
9
- CMD ["python", "run.py"]
 
 
4
  USER root
5
  EXPOSE 7860
6
  RUN apt-get install -y git wget
7
+ RUN git clone https://github.com/Zebraslive/roop-unleashed /roopx
8
+ WORKDIR /roopx
9
+ RUN ls ./
10
+ CMD python /roopx/run.py