We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63a2476 commit c954541Copy full SHA for c954541
seekdb/Dockerfile
@@ -10,5 +10,6 @@ RUN if [[ ${TARGETPLATFORM} == 'linux/amd64' ]] ; then yum install -y https://mi
10
11
COPY start.sh /root/
12
RUN chmod +x /root/start.sh
13
+ENV REPORTER docker-seekdb
14
ENTRYPOINT ["/root/start.sh"]
15
0 commit comments