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 53f1ebe commit 4852147Copy full SHA for 4852147
Dockerfile
@@ -63,10 +63,10 @@ WORKDIR ${SQLBOT_HOME}/app
63
64
RUN mkdir -p /opt/sqlbot/images /opt/sqlbot/g2-ssr
65
66
-EXPOSE 3000 8000
+EXPOSE 3000 8000 8001
67
68
# Add health check
69
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
70
CMD curl -f http://localhost:8000 || exit 1
71
72
-ENTRYPOINT ["sh", "start.sh"]
+ENTRYPOINT ["sh", "start.sh"]
0 commit comments