- tic-tic-tic
Use Python 3.7 because we don't use inferior versions.
To kill the python process on Windows: taskkill /PID <pid> /F
To run python tests (because we're cool): python -m unittest
- Build the docker image:
docker build -t tic-tac-toe-but . - Run the docker image:
docker run --rm --name tic-tac-toe-but -d -p 8765:8765 tic-tac-toe-butto run the container in the background and to publish the container's ports - Make sure traffic to port
8765is allowed in your firewall settings