Skip to content

Commit

Permalink
Merge pull request #9 from fitbeard/fix/dockerfile
Browse files Browse the repository at this point in the history
fix: dockerfile scenario
  • Loading branch information
fitbeard authored Jul 18, 2023
2 parents 2a8cfaf + 5add875 commit 875123c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@ RUN go build
# FROM xrally/xrally-openstack:2.2.0
FROM xrally/xrally-openstack:latest

USER root

COPY delete-tasks.sh /delete-tasks.sh
RUN chmod +x /delete-tasks.sh
COPY --from=builder /go/src/app/rally-exporter /rally-exporter
ENTRYPOINT ["/rally-exporter"]

USER rally

0 comments on commit 875123c

Please sign in to comment.