demo-25-01-1515 / README.md
Tonic's picture
add dockfile
69db56c unverified
|
raw
history blame
121 Bytes

team9

Docker

Build the image

docker build -t p5js-game .

Run the container

docker run -p 8000:8000 p5js-game