strapi-docker icon indicating copy to clipboard operation
strapi-docker copied to clipboard

Possibility to run custom scripts on termination/restart

Open paramsiddharth opened this issue 2 years ago • 0 comments

Possibility to run custom scripts on termination/restart

Similar to #102, I wish to have a function run every time the development server is restarted or stopped. Is there currently a way to do that? If yes, please mention.

I understand that config/bootstrap.js can export a function to run at startup. I wish to know if there's something that runs on termination/restart too.

Edit (Still not resolved)

I realize that we have lifecycle functions register, bootstrap, and destroy. I have been able to successfully override the bootstrap function by exporting a function via config/bootstrap.js, but failed to do the same for destroy by exporting a function from config/destroy.js. Where am I going wrong?

paramsiddharth avatar Jan 26 '22 11:01 paramsiddharth