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