Open octetful opened 1 year ago
Hey I can do that @octetful. What type of configuration do you want. I can configure dev and prod both. I can even setup some proxy for deployment.
Hi @imbhaskarn , by configuration, do you mean a multistage docker build with dev and prod? And I presume you are thinking of using nginx for the prod container?
For production deployment, I plan to utilize the Traefik proxy, which will greatly simplify the process. Once the containers are started, all that is left to do is to direct a domain to the server. learn-traefik
Add a
Dockerfile
that would enable building images from the app and running it in a container.