Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -14,7 +14,7 @@ COPY script.sh .
|
|
14 |
RUN chmod +x ./script.sh
|
15 |
RUN chmod 777 .
|
16 |
|
17 |
-
RUN git clone
|
18 |
RUN cd trivia && pip install -r requirements.txt
|
19 |
RUN chmod 777 ./trivia
|
20 |
|
|
|
14 |
RUN chmod +x ./script.sh
|
15 |
RUN chmod 777 .
|
16 |
|
17 |
+
RUN git clone --branch cpu https://github.com/Mihaiii/trivia.git
|
18 |
RUN cd trivia && pip install -r requirements.txt
|
19 |
RUN chmod 777 ./trivia
|
20 |
|