Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
|
@@ -15,6 +15,7 @@ RUN pip install --no-cache-dir --upgrade -r /requirements.txt
|
|
| 15 |
RUN git clone https://github.com/lee-ny/teaching_arithmetic.git /teaching_arithmetic
|
| 16 |
|
| 17 |
COPY --chown=user . /app
|
|
|
|
| 18 |
|
| 19 |
#&& cd teaching_arithmetic && pip install -e .
|
| 20 |
#COPY --chown=user /teaching_arithmetic /app/teaching_arithmetic
|
|
|
|
| 15 |
RUN git clone https://github.com/lee-ny/teaching_arithmetic.git /teaching_arithmetic
|
| 16 |
|
| 17 |
COPY --chown=user . /app
|
| 18 |
+
COPY --chown=user /teaching_arithmetic /app
|
| 19 |
|
| 20 |
#&& cd teaching_arithmetic && pip install -e .
|
| 21 |
#COPY --chown=user /teaching_arithmetic /app/teaching_arithmetic
|