Просмотр исходного кода

renamed requirement.txt in dockerfile

avinash.b 2 лет назад
Родитель
Сommit
e6141cfe7c
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 requirements.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

Загрузка…
Отмена
Сохранить