Init dump
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
FROM mcr.microsoft.com/mssql/server:2017-latest
|
||||
ENV ACCEPT_EULA=Y
|
||||
ENV MSSQL_SA_PASSWORD=Br1tt0nPassw0rd
|
||||
ENV MSSQL_PID=Developer
|
||||
|
||||
COPY init.sql .
|
||||
COPY ./bin/dbentrypoint.sh .
|
||||
EXPOSE 1434
|
||||
CMD /bin/bash dbentrypoint.sh
|
||||
Reference in New Issue
Block a user