Webapp # Build docker image docker build -t webapp:dev . # run docker image docker run -p 3200:80 webapp:dev