Skip to content

Commit 4852147

Browse files
Add port 8001 to Dockerfile EXPOSE directive
1 parent 53f1ebe commit 4852147

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ WORKDIR ${SQLBOT_HOME}/app
6363

6464
RUN mkdir -p /opt/sqlbot/images /opt/sqlbot/g2-ssr
6565

66-
EXPOSE 3000 8000
66+
EXPOSE 3000 8000 8001
6767

6868
# Add health check
6969
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
7070
CMD curl -f http://localhost:8000 || exit 1
7171

72-
ENTRYPOINT ["sh", "start.sh"]
72+
ENTRYPOINT ["sh", "start.sh"]

0 commit comments

Comments
 (0)