Skip to content

Commit

Permalink
Temporary root for building image.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjhowse committed Aug 7, 2024
1 parent 76bf776 commit 97d242f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions fly/applications/grafana/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ FROM ${BASE_IMAGE}
# has booted. We can't cook stuff into the mounted /data volume.
COPY grafana.ini /grafana.ini

USER root

# TODO Put these in once we have a favicon/logo
# ## Replace Favicon and Apple Touch
# COPY img/fav32.png /usr/share/grafana/public/img
Expand All @@ -24,6 +26,8 @@ RUN find /usr/share/grafana/public/build/ -name *.js \
## Update Login Title
-exec sed -i 's|LoginTitle="Welcome to Grafana"|LoginTitle="Welcome to AUSCost"|g' {} \; \

USER grafana

# Use this to override the base image's entrypoint if you need the container to just stay up
# regardless of the app crashing every time it starts.
# ENTRYPOINT ["tail", "-f", "/dev/null"]

0 comments on commit 97d242f

Please sign in to comment.