3 lines
180 B
Plaintext
3 lines
180 B
Plaintext
# Build docker container: sudo docker build -t typing .
|
|
# Run docker container: docker run -d -p 0.0.0.0:3000:3000 typing --name type
|
|
sudo docker run -dp 127.0.0.1:3000:3000 typing |