Docker – How can I run a command in an nginx container?
I have a front end project and I can customize it by specifying environments in my front project thanks to the sh scripts I place in it while building. My sample compose file is as follows. Everything I wrote in…