Переглянути джерело

updated requirements.txt filename in docker

avinash.b 1 рік тому
джерело
коміт
9392ef05aa
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      Business_cards/Dockerfile

+ 1
- 1
Business_cards/Dockerfile Переглянути файл

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

Завантаження…
Відмінити
Зберегти