Batch file not executing a command

I am trying to create a .bat file that will back-up the database inside the container. After the first command (that is used to enter the container) the next one is ignored. docker exec -it CONTAINER_NAME /bin/bash cd /var/opt/mssql/data Any ideas why? If I’m trying to manually write cd /var/opt/mssql/data in the opened cmd it… Read More Batch file not executing a command