Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deploy www web app to AWS #893

Open
satyam73 opened this issue Jul 4, 2024 · 2 comments
Open

Deploy www web app to AWS #893

satyam73 opened this issue Jul 4, 2024 · 2 comments
Assignees

Comments

@satyam73
Copy link
Member Author

satyam73 commented Sep 15, 2024

Steps to run docker on local

  • Run docker build . to build image.
  • After image gets created run docker images to see the images, copy the id of latest image(which got build just now)
  • Run the image with command docker run -p 5000:5000 <IMAGE_ID>
  • Go to http://localhost:5000/ and we will see our app running.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants