Skip to content
Snippets Groups Projects
Unverified Commit 6bb537da authored by Karl Anthony Baluyot's avatar Karl Anthony Baluyot Committed by GitHub
Browse files

fix(Dockerfile): remove hardcoded exposed port (#2106)

build: remove hardcoded exposed port
parent a2571024
No related branches found
No related tags found
No related merge requests found
......@@ -169,9 +169,6 @@ USER anythingllm
ENV NODE_ENV=production
ENV ANYTHING_LLM_RUNTIME=docker
# Expose the server port
EXPOSE 3001
# Setup the healthcheck
HEALTHCHECK --interval=1m --timeout=10s --start-period=1m \
CMD /bin/bash /usr/local/bin/docker-healthcheck.sh || exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment