Skip to content
Snippets Groups Projects
Commit e27e86ae authored by Radek Puš's avatar Radek Puš
Browse files

docker - longer waiting time for startup mssql server

parent 95e23d21
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,6 @@ RUN chmod 777 /app/data
USER mssql
RUN /opt/mssql/bin/sqlservr & \
echo "========= Starting MSSQL server ============="; \
sleep 14s; \
echo "========= Creating DB ============="; \
sleep 25s; \
echo "========= Restoring DB ============="; \
/opt/mssql-tools/bin/sqlcmd -U "SA" -P "1Secure*Password1" -i ./create.sql
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment