Sign in
gerrit
/
aws-gerrit
/
bb8e4a904807063da2c662c8a09a6d5f853ff60a
/
.
/
monitoring
/
prometheus
/
Dockerfile
blob: 20d8cec97db4d7d699da15bf16a290c5fd7d1630 [
file
]
FROM prom
/
prometheus
ADD prometheus
.
yml
/
etc
/
prometheus
/
COPY entrypoint
.
sh
/
entrypoint
.
sh
RUN chown root
:
root
/
entrypoint
.
sh
ENTRYPOINT
[
"/bin/env"
]
CMD
[
"sh"
,
"/entrypoint.sh"
]