Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -27,6 +27,6 @@ RUN chmod +x entrypoint.sh
|
|
27 |
# Expose necessary ports
|
28 |
EXPOSE 5005 5055
|
29 |
|
30 |
-
#
|
31 |
-
|
32 |
|
|
|
27 |
# Expose necessary ports
|
28 |
EXPOSE 5005 5055
|
29 |
|
30 |
+
# Use ENTRYPOINT to ensure our script runs as intended
|
31 |
+
ENTRYPOINT ["/bin/sh", "/app/entrypoint.sh"]
|
32 |
|