mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
6 lines
121 B
Docker
6 lines
121 B
Docker
FROM mcr.microsoft.com/mssql/server:vNext-CTP2.0-ubuntu
|
|
|
|
COPY . /
|
|
|
|
RUN chmod +x /db-init.sh
|
|
CMD /bin/bash ./entrypoint.sh |