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:
docker build -t react-docker .
#### Map your local host port 4000 to the docker app server's port 8008
docker run -it -p 4000:8008 react-docker