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