Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +3 -3
Dockerfile
CHANGED
@@ -19,8 +19,8 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
19 |
# Copy the app code
|
20 |
COPY --chown=user . .
|
21 |
|
22 |
-
# Expose Streamlit port
|
23 |
EXPOSE 8501
|
24 |
|
25 |
-
#
|
26 |
-
CMD ["sh"
|
|
|
19 |
# Copy the app code
|
20 |
COPY --chown=user . .
|
21 |
|
22 |
+
# Expose Streamlit port
|
23 |
EXPOSE 8501
|
24 |
|
25 |
+
# Use the startup script
|
26 |
+
CMD ["./start.sh"]
|