You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1 - download the contents using git clone
2 - make sure you are in the folder
3 - docker build -t my-web-app
4 - docker run -d -p 80:80 --name my-one-page-app my-web-app