We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50009c1 commit 2ea7fccCopy full SHA for 2ea7fcc
Dockerfile
@@ -36,6 +36,10 @@ USER appuser
36
# Expose the WebSocket port
37
EXPOSE 8080
38
39
+# Add a simple healthcheck
40
+HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
41
+ CMD exit 0
42
+
43
# Run in headless mode with server optimizations
44
CMD ["java", \
45
"-Djava.awt.headless=true", \
0 commit comments