Build-and-Dockerize-a-Full-stack-React-app-with-Node.js-MySQL-and-Nginx-for-reverse-proxy
Build-and-Dockerize-a-Full-stack-React-app-with-Node.js-MySQL-and-Nginx-for-reverse-proxy copied to clipboard
Check out the step by step explained guide here
Does not work with current version of alpine. Found that it will compile with FROM node:16.3.0-alpine
Hello I followed the tutorial at https://www.section.io/engineering-education/build-and-dockerize-a-full-stack-react-app-with-nodejs-and-nginx/ and firstly, THANK YOU for taking the time to write that and set it up. I have one small problem though. When following...
https://user-images.githubusercontent.com/62128227/163800687-f661e4f6-1750-4e4f-88e3-1340e8f1cf2b.mp4 Hello, after I successful fixxed by following your solution of this issue https://github.com/mosesreigns/Build-and-Dockerize-a-Full-stack-React-app-with-Node.js-MySQL-and-Nginx-for-reverse-proxy/issues/1#issue-1122375639. And nowI have a problem about the adding new value to database, I attached the video...
Nice Work! But, if I run the proyect "out-of-the-box" (following the README's instructions) I get a "502 Bad Gateway" server error. The docker log shows this message about the `ngix`...