Files
2025-05-28 09:55:51 +08:00

12 lines
174 B
YAML

name: 009_poc_chatroom_implement
services:
mobile:
build: .
ports:
- 3000:3000
command: sleep infinity
volumes:
- .:/app
working_dir: /app