Hjgugugjhuhjggg commited on
Commit
2b1c3e8
·
verified ·
1 Parent(s): 3800398

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -29,4 +29,6 @@ COPY . /app
29
  COPY app.py /app
30
 
31
  # Instalar las dependencias de Python especificadas
32
- RUN pip install --no-cache-dir -r requirements.txt
 
 
 
29
  COPY app.py /app
30
 
31
  # Instalar las dependencias de Python especificadas
32
+ RUN pip install --no-cache-dir -r requirements.txt
33
+
34
+ CMD ["python app.py"]