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:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user