소스 검색

updated requirements.txt filename in docker

avinash.b 1 년 전
부모
커밋
743880926f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Business_cards/Dockerfile

+ 1
- 1
Business_cards/Dockerfile 파일 보기

8
 COPY . .
8
 COPY . .
9
 
9
 
10
 # Install any needed packages specified in requirements.txt
10
 # Install any needed packages specified in requirements.txt
11
-RUN pip install --no-cache-dir -r mainrequirements.txt
11
+RUN pip install --no-cache-dir -r requirement.txt
12
 
12
 
13
 # Make port 80 available to the world outside this container
13
 # Make port 80 available to the world outside this container
14
 EXPOSE 1112
14
 EXPOSE 1112

Loading…
취소
저장