Container script does not automatically run at the container start-up
I just started learning about Docker and I am trying to create a project where I have producer, consumer and server scripts in seperate containers.Consumers update the table in sqlite3 database file in app/data and I want to send api requests to reach them.
Container script does not automatically run at the container start-up
I just started learning about Docker and I am trying to create a project where I have producer, consumer and server scripts in seperate containers.Consumers update the table in sqlite3 database file in app/data and I want to send api requests to reach them.