We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1171f00 + fd15cd1 commit f89761aCopy full SHA for f89761a
1 file changed
Dockerfile.konflux
@@ -41,7 +41,7 @@ USER 1001
41
COPY --from=web-builder /opt/app-root/web/dist /opt/app-root/web/dist
42
COPY --from=go-builder /opt/app-root/plugin-backend /opt/app-root
43
44
-ENTRYPOINT ["/opt/app-root/plugin-backend", "-static-path", "/opt/app-root/web/dist"]
+ENTRYPOINT ["/opt/app-root/plugin-backend", "-static-path", "/opt/app-root/web/dist", "-config-path", "/opt/app-root/web/dist"]
45
46
LABEL com.redhat.component="coo-troubleshooting-panel-console-plugin" \
47
name="openshift/troubleshooting-panel-console-plugin" \
0 commit comments