https://github.com/themythologist/monketype_docker
Dockerfile for monkeytype_frontend
https://github.com/themythologist/monketype_docker
monkeytype typingtest
Last synced: 4 months ago
JSON representation
Dockerfile for monkeytype_frontend
- Host: GitHub
- URL: https://github.com/themythologist/monketype_docker
- Owner: TheMythologist
- License: gpl-3.0
- Created: 2022-11-30T05:57:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T07:14:28.000Z (over 3 years ago)
- Last Synced: 2025-07-21T13:41:39.276Z (11 months ago)
- Topics: monkeytype, typingtest
- Language: Dockerfile
- Homepage:
- Size: 17.6 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Monkeytype Docker
[](https://monkeytype.com/)



## About
This repository contains the **Dockerfile** used to build the docker image for Monkeytype. The monkeytype service will be reachable on port **5000**.
Monkeytype is a minimalistic and customizable typing test. It features many test modes, an account system to save your typing speed history, and user-configurable features such as themes, sounds, a smooth caret, and more. Monkeytype attempts to emulate the experience of natural typing during a typing test, by unobtrusively presenting the text prompts and displaying typed characters in-place, providing straightforward, real-time feedback on typos, speed, and accuracy.
The Dockerfile used to build these images is located [here](https://github.com/TheMythologist/monketype_docker).
## Usage
1. Choose a specific tag to pull from [Docker Hub](https://hub.docker.com/r/themythologist/monkeytype)
2. Pull the image
```bash
docker pull themythologist/monkeytype:frontend-latest
```
3. Run the image
```bash
docker run --publish 5000:5000 themythologist/monkeytype:frontend-latest
```
## Reference
[Monkeytype Github](https://github.com/monkeytypegame/monkeytype)