Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -27,4 +27,4 @@ RUN npm run build
|
|
27 |
EXPOSE 5555
|
28 |
|
29 |
# Start the application
|
30 |
-
ENTRYPOINT ["entrypoint.sh"]
|
|
|
27 |
EXPOSE 5555
|
28 |
|
29 |
# Start the application
|
30 |
+
ENTRYPOINT ["/usr/src/app/entrypoint.sh"]
|