tinaok commited on
Commit
def66c6
·
verified ·
1 Parent(s): 99f9363

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ RUN pwd \
8
  && ls
9
  #
10
  #COPY ./requirements.txt /code/requirements.txt
11
- COPY xsadcp/requirements.txt /code/requirements.txt
12
  RUN python3 -m pip install --no-cache-dir --upgrade pip
13
  RUN python3 -m pip install --no-cache-dir --upgrade -r /code/requirements.txt
14
 
 
8
  && ls
9
  #
10
  #COPY ./requirements.txt /code/requirements.txt
11
+ COPY ./xsadcp/requirements.txt /code/requirements.txt
12
  RUN python3 -m pip install --no-cache-dir --upgrade pip
13
  RUN python3 -m pip install --no-cache-dir --upgrade -r /code/requirements.txt
14