Build a docker image for a deployed React app on Nginx and Deno server.
On the weekend, while trying to deploy a project on a private platform, I discovered that it does not support docker-compose. So, I have to build the whole project in the same docker image. It's not a good practice to combine different services in th...
Jul 12, 20225 min read333

