Skip to content

Commit

Permalink
Merge branch 'main' into fix/custom-transformers
Browse files Browse the repository at this point in the history
  • Loading branch information
Soumil-07 committed Nov 2, 2023
2 parents af42675 + 73077ae commit 120fa72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ FROM registry.access.redhat.com/ubi8/ubi-minimal:latest
ENV {{$k}} {{$v}}
{{- end }}
RUN microdnf update && microdnf install --nodocs {{ .JavaPackageName }} && microdnf clean all
COPY {{ if .BuildContainerName }}--from= {{ .BuildContainerName }}{{ end }}{{ .DeploymentFilePath }} .
COPY {{ if .BuildContainerName }}--from={{ .BuildContainerName }} {{ end }}{{ .DeploymentFilePath }} .
EXPOSE {{ .Port }}
CMD ["java", "-jar", "{{ .DeploymentFilename }}"]

0 comments on commit 120fa72

Please sign in to comment.