Skip to content

Commit

Permalink
change path for config-tool
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcusk19 committed Jan 6, 2025
1 parent ba957e6 commit b8d2343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.downstream
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ WORKDIR $QUAYDIR
# Ordered from least changing to most changing.
COPY --from=pushgateway /usr/local/bin/pushgateway /usr/local/bin/pushgateway
COPY --from=build-python /app /app
COPY --from=config-tool /opt/app-root/src/go/bin/config-tool /bin
COPY --from=config-tool /opt/app-root/src/cmd/config-tool /bin
COPY --from=build-quaydir /quaydir $QUAYDIR

EXPOSE 8080 8443 7443 9091 55443
Expand Down

0 comments on commit b8d2343

Please sign in to comment.