We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e9f82 commit 4b3d083Copy full SHA for 4b3d083
grafana/non-prod/docker/Dockerfile
@@ -9,6 +9,12 @@ RUN apk add --no-cache python3 py3-pip
9
COPY ./provisioning /etc/grafana/provisioning
10
COPY ./dashboards /var/lib/grafana/dashboards
11
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
18
# Expose Grafana port
19
EXPOSE 3000
20
0 commit comments