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

Update Dockerfile

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