Skip to content

Commit f89761a

Browse files
Merge pull request #89 from jgbernalp/fix-konflux-image-config-path
COO-519: fix konflux image config path
2 parents 1171f00 + fd15cd1 commit f89761a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.konflux

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ USER 1001
4141
COPY --from=web-builder /opt/app-root/web/dist /opt/app-root/web/dist
4242
COPY --from=go-builder /opt/app-root/plugin-backend /opt/app-root
4343

44-
ENTRYPOINT ["/opt/app-root/plugin-backend", "-static-path", "/opt/app-root/web/dist"]
44+
ENTRYPOINT ["/opt/app-root/plugin-backend", "-static-path", "/opt/app-root/web/dist", "-config-path", "/opt/app-root/web/dist"]
4545

4646
LABEL com.redhat.component="coo-troubleshooting-panel-console-plugin" \
4747
name="openshift/troubleshooting-panel-console-plugin" \

0 commit comments

Comments
 (0)