How do I automatically start sql script file in Docker?
I’m trying to start setup.sql file when I run this docker container.
I think the main problem is that it can’t run this ‘setup.sql’ file.. but I don’t know why..
I’m trying to start setup.sql file when I run this docker container.
I think the main problem is that it can’t run this ‘setup.sql’ file.. but I don’t know why..