mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-19 12:40:09 +01:00
reassign entrypoint
This commit is contained in:
parent
c8c33530ca
commit
491b8391db
@ -36,12 +36,12 @@ RUN groupadd -g $ARG_GID anythingllm && \
|
|||||||
mkdir -p /app/frontend/ /app/server/ /app/collector/ && chown -R anythingllm:anythingllm /app
|
mkdir -p /app/frontend/ /app/server/ /app/collector/ && chown -R anythingllm:anythingllm /app
|
||||||
|
|
||||||
# Copy docker helper scripts
|
# Copy docker helper scripts
|
||||||
COPY ./docker/docker-entrypoint.sh /usr/local/bin/
|
COPY ./docker/render-entrypoint.sh /usr/local/bin/
|
||||||
COPY ./docker/docker-healthcheck.sh /usr/local/bin/
|
COPY ./docker/docker-healthcheck.sh /usr/local/bin/
|
||||||
COPY --chown=anythingllm:anythingllm ./docker/.env.example /app/server/.env
|
COPY --chown=anythingllm:anythingllm ./docker/.env.example /app/server/.env
|
||||||
|
|
||||||
# Ensure the scripts are executable
|
# Ensure the scripts are executable
|
||||||
RUN chmod +x /usr/local/bin/docker-entrypoint.sh && \
|
RUN chmod +x /usr/local/bin/render-entrypoint.sh && \
|
||||||
chmod +x /usr/local/bin/docker-healthcheck.sh
|
chmod +x /usr/local/bin/docker-healthcheck.sh
|
||||||
|
|
||||||
USER anythingllm
|
USER anythingllm
|
||||||
|
Loading…
Reference in New Issue
Block a user