mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
5 lines
142 B
Docker
5 lines
142 B
Docker
FROM microsoft/mssql-server-linux:2017-CU4
|
|
WORKDIR /usr/setup
|
|
COPY . /usr/setup
|
|
RUN chmod +x /usr/setup/setup.sh
|
|
CMD /bin/bash ./entrypoint.sh |