mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-14 18:40:11 +01:00
fix(Dockerfile): remove hardcoded exposed port (#2106)
build: remove hardcoded exposed port
This commit is contained in:
parent
a2571024a9
commit
6bb537da5c
@ -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…
Reference in New Issue
Block a user