mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2024-11-13 11:07:16 +08:00
4fb519d88b
Co-authored-by: dirk <dirk.gitlab@gmx.de>
11 lines
274 B
YAML
11 lines
274 B
YAML
services:
|
|
monkeytype-frontend:
|
|
container_name: monkeytype-frontend
|
|
image: node:gallium-bullseye
|
|
restart: on-failure
|
|
ports:
|
|
- "3000:3000"
|
|
volumes:
|
|
- ../:/monkeytype
|
|
user: node
|
|
entrypoint: 'bash -c "cd /monkeytype && npm run dev-fe"'
|