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