How do I add a .keys folder to a project?
Hi I have a question how can I add a .keys folder? My Nest.js API uses RSA keys and I'm plugging them in from the .keys folder, but how do I add them?

3 Replies
Do I need to use this?
@Siumauricio
Hi, I suggest to create a File Mount

thanks
I'll try it and let you know if it worked.