Parcourir la source

renamed requirement.txt in dockerfile

avinash.b il y a 1 an
Parent
révision
e6141cfe7c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      Business_cards/Dockerfile

+ 1
- 1
Business_cards/Dockerfile Voir le fichier

@@ -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 requirements.txt
11
+RUN pip install --no-cache-dir -r requirement.txt
12 12
 
13 13
 # Make port 80 available to the world outside this container
14 14
 EXPOSE 1112

Chargement…
Annuler
Enregistrer