Skip to content

fix(dockerfile): update builder image #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

duncdrum
Copy link

@duncdrum duncdrum commented May 27, 2025

this keeps a builder stage, but we could just as well make it a single-stage with a simple COPY or ADD with a xar.

close #4

use jinntec base image.
@duncdrum duncdrum marked this pull request as ready for review May 27, 2025 15:17
{% for app in publisher.apps %}
COPY --from=tei /tmp/{{app.name}}/build/*.xar /exist/autodeploy/
COPY --from=builder --chown=${USR}/tmp/{{app.name}}/build/*.xar /exist/autodeploy/
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing space after chown

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good catch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Duplicate Dockerfile from app repo
2 participants