Update Dockerfile (DockerEntrypoint...)

This commit is contained in:
OnceUponATimeInAmerica 2024-08-27 14:16:44 +03:30 committed by GitHub
parent 601b5902cf
commit f2a443b72d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -81,7 +81,8 @@ SHELL ["/bin/bash", "-c"]
COPY --from=builder /app/build/ /app/
COPY --from=builder /app/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