Skip to content

Commit 4b3d083

Browse files
committed
entrypoint
1 parent a1e9f82 commit 4b3d083

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

grafana/non-prod/docker/Dockerfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ RUN apk add --no-cache python3 py3-pip
99
COPY ./provisioning /etc/grafana/provisioning
1010
COPY ./dashboards /var/lib/grafana/dashboards
1111

12+
# Copy the entrypoint script
13+
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
14+
15+
# Ensure the entrypoint script is executable
16+
RUN chmod +x /usr/local/bin/entrypoint.sh
17+
1218
# Expose Grafana port
1319
EXPOSE 3000
1420

0 commit comments

Comments
 (0)