Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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 |
-
|
|
|
31 |
# Instalar las dependencias de Python especificadas
|
32 |
RUN pip install --no-cache-dir -r requirements.txt
|
33 |
|
34 |
+
RUN python app.py
|