mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-10 20:26:19 +00:00
Update Dockerfile (DockerEntrypoint...)
This commit is contained in:
parent
601b5902cf
commit
f2a443b72d
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue