fix(packaging): rename ipilot folder to app
Some checks failed
Conventional Commit / Validate PR Title (pull_request) Successful in 4s
CI / ci (pull_request) Failing after 58s

This commit is contained in:
2025-01-16 23:24:10 +00:00
parent a3941ee9eb
commit 1127f45fcd
13 changed files with 611 additions and 16 deletions

View File

@ -22,4 +22,4 @@ ENTRYPOINT ["python3", "-B", "-m", "app.main"]
ARG version="dev"
ENV APP_VERSION=$version
COPY ipilot /run/app
COPY app /run/app