META-INF.jreleaser.templates.flat-binary.docker.Dockerfile.tpl Maven / Gradle / Ivy
# {{jreleaserCreationStamp}}
FROM {{dockerBaseImage}}
{{#dockerLabels}}
LABEL {{.}}
{{/dockerLabels}}
{{#dockerPreCommands}}
{{.}}
{{/dockerPreCommands}}
COPY assembly/ /
RUN chmod +x /{{distributionExecutableName}}
{{#dockerPostCommands}}
{{.}}
{{/dockerPostCommands}}
ENV PATH="${PATH}:/"
ENTRYPOINT ["/{{distributionExecutableName}}"]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy