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
docker build -t web-worker-sample . && docker run -it --rm --name web-worker-app -p 8080:80 web-worker-sample
# Visit http://localhost:8080 and you will see It works.