mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
To get rid of issues involving date/time when testing. Also, makes it possible to run mysql integration tests for both grafana config db and tsdb at the same time using GRAFANA_TEST_DB=mysql go test ./pkg/...
3 lines
74 B
Docker
3 lines
74 B
Docker
FROM mysql:latest
|
|
ADD setup.sql /docker-entrypoint-initdb.d
|
|
CMD ["mysqld"] |