chore(build): update ipatool binary path in dockerfile

update the path of the ipatool binary in the dockerfile to ensure it is copied to the correct location in the container
This commit is contained in:
2026-03-10 04:08:24 +03:00
parent b1440eb5f4
commit 7f2dca597f

View File

@ -27,7 +27,7 @@ WORKDIR /app
# Копируем только скомпилированный файл из предыдущего этапа
COPY --from=builder /app/server .
COPY --from=builder /app/bin/ipatool .
COPY --from=builder /app/bin/ipatool /bin/ipatool
# Открываем порт (тот же, что в коде Huma)
EXPOSE 8888