austin-personal / RegisterApp

Simple register web app built with node.js.
0 stars 0 forks source link

Using AWS console #7

Closed austin-personal closed 6 months ago

austin-personal commented 6 months ago

Deploying the docker image in AWS console partially works. It has 502 error. I think it is because the env variables is not adapted.

austin-personal commented 6 months ago

Deploy to EB process is well structured. (From upload to S3 to update EB environment). However still the web app is not properly updated

austin-personal commented 6 months ago

Solved. I changed dockerrun file and it works