zwq2018 commited on
Commit
d742f99
1 Parent(s): cbd8074

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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