Skip to content

Commit c954541

Browse files
add default reporter environment variable (#64)
1 parent 63a2476 commit c954541

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

seekdb/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ RUN if [[ ${TARGETPLATFORM} == 'linux/amd64' ]] ; then yum install -y https://mi
1010

1111
COPY start.sh /root/
1212
RUN chmod +x /root/start.sh
13+
ENV REPORTER docker-seekdb
1314
ENTRYPOINT ["/root/start.sh"]
1415

0 commit comments

Comments
 (0)