Skip to content

Commit 875123c

Browse files
authored
Merge pull request #9 from fitbeard/fix/dockerfile
fix: dockerfile scenario
2 parents 2a8cfaf + 5add875 commit 875123c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ RUN go build
77
# FROM xrally/xrally-openstack:2.2.0
88
FROM xrally/xrally-openstack:latest
99

10+
USER root
11+
1012
COPY delete-tasks.sh /delete-tasks.sh
1113
RUN chmod +x /delete-tasks.sh
1214
COPY --from=builder /go/src/app/rally-exporter /rally-exporter
1315
ENTRYPOINT ["/rally-exporter"]
16+
17+
USER rally

0 commit comments

Comments
 (0)