Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,7 +18,7 @@ RUN git clone https://github.com/lee-ny/teaching_arithmetic.git /teaching_arithm
|
|
18 |
#&& cd teaching_arithmetic && pip install -e .
|
19 |
|
20 |
COPY --chown=user . /app
|
21 |
-
COPY --chown=user teaching_arithmetic /app
|
22 |
|
23 |
#&& cd teaching_arithmetic && pip install -e .
|
24 |
#COPY --chown=user /teaching_arithmetic /app/teaching_arithmetic
|
|
|
18 |
#&& cd teaching_arithmetic && pip install -e .
|
19 |
|
20 |
COPY --chown=user . /app
|
21 |
+
COPY --chown=user ./teaching_arithmetic /app
|
22 |
|
23 |
#&& cd teaching_arithmetic && pip install -e .
|
24 |
#COPY --chown=user /teaching_arithmetic /app/teaching_arithmetic
|