mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-05-02 17:07:13 +00:00
fix(Dockerfile): remove hardcoded exposed port (#2106)
build: remove hardcoded exposed port
This commit is contained in:
parent
a2571024a9
commit
6bb537da5c
1 changed files with 0 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue