Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Kris01's avatar

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?

0 likes
0 replies

Please or to participate in this conversation.