Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -57,7 +57,7 @@ USER 1000
|
|
57 |
COPY --chown=user ./requirements.txt requirements.txt
|
58 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
59 |
|
60 |
-
RUN git clone https://github.com/lee-ny/teaching_arithmetic.git && cd teaching_arithmetic
|
61 |
#COPY --chown=user teaching_arithmetic /teaching_arithmetic
|
62 |
#RUN cd teaching_arithmetic
|
63 |
# && cd teaching_arithmetic &&
|
|
|
57 |
COPY --chown=user ./requirements.txt requirements.txt
|
58 |
RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
59 |
|
60 |
+
RUN git clone https://github.com/lee-ny/teaching_arithmetic.git /teaching arithmetic && cd teaching_arithmetic
|
61 |
#COPY --chown=user teaching_arithmetic /teaching_arithmetic
|
62 |
#RUN cd teaching_arithmetic
|
63 |
# && cd teaching_arithmetic &&
|