qwerty-learner/docker-compose.yaml
2024-07-10 17:44:51 +08:00

10 lines
129 B
YAML

version: '3'
services:
qwertylearner:
build:
context: .
dockerfile: Dockerfile
ports:
- '8990:5173'