Hjgugugjhuhjggg commited on
Commit
9930aaf
·
verified ·
1 Parent(s): d801036

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
- RUN python app.py
 
31
  # Instalar las dependencias de Python especificadas
32
  RUN pip install --no-cache-dir -r requirements.txt
33
 
34
+ CMD python app.py