# team9 ### Docker # Build the image docker build -t p5js-game . # Run the container docker run -p 8000:8000 p5js-game