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 docker_nextjs:developement .# Docker publish example onto port 3000
docker run --publish 3000:3000 docker_nextjs:developement
# List your containers
docker container ls -a