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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -7,7 +7,8 @@ RUN git clone https://github.com/tinaok/xsadcp.git xsadcp
7
  RUN pwd \
8
  && ls
9
  #
10
- COPY ./requirements.txt /code/requirements.txt
 
11
  RUN python3 -m pip install --no-cache-dir --upgrade pip
12
  RUN python3 -m pip install --no-cache-dir --upgrade -r /code/requirements.txt
13
 
 
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