Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -5,7 +5,7 @@ FROM python:3.10
|
|
5 |
WORKDIR /code
|
6 |
RUN chmod 777 /code
|
7 |
COPY ./requirements.txt /code/requirements.txt
|
8 |
-
COPY ./ /code/.
|
9 |
|
10 |
|
11 |
|
|
|
5 |
WORKDIR /code
|
6 |
RUN chmod 777 /code
|
7 |
COPY ./requirements.txt /code/requirements.txt
|
8 |
+
#COPY ./ /code/.
|
9 |
|
10 |
|
11 |
|