From cfe075cc2e2092787fd37181e663351d01fad602 Mon Sep 17 00:00:00 2001 From: OnceUponATimeInAmerica <114700833+OnceUponATimeInAmerica@users.noreply.github.com> Date: Tue, 27 Aug 2024 14:39:38 +0330 Subject: [PATCH] Update Dockerfile (revert DockerEntrypoint change) --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f7ba699f..5f62eae4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -81,8 +81,8 @@ SHELL ["/bin/bash", "-c"] COPY --from=builder /app/build/ /app/ -##COPY --from=builder /app/DockerEntrypoint.sh /app/ -COPY ./DockerEntrypoint.sh /app/ +COPY --from=builder /app/DockerEntrypoint.sh /app/ +##COPY ./DockerEntrypoint.sh /app/ COPY --from=builder /app/x-ui.sh /usr/bin/x-ui # Copy custom configuration files to the container's directories