Feb 15, 2023
0
Level 3
Docker Question
Hello Guys,
I have a problem with docker.
I created an entrypoint that runs an sql script, we'll call it script1.sql
which worked fine.
I decided to delete that script and create another one, so I deleted the script1.sql file and I also removed the path form the entrypoint file and added script2.sql .
The problem now is that whened I start docker, both the script are run, even tho the first one I deleted?
I tried to delete volumes, restart containers but nothing works.
what could the problem be?
Please or to participate in this conversation.