Small text-based online game — a HAL mesh module
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- manifest: 2
- name: txt-game
- version: "1.0.0"
- description: "Small text-based online game"
-
- service:
- container: txt-game
-
- docker:
- build:
- context: .
- dockerfile: Dockerfile
- image: txt-game
-
- env:
- DOMAIN:
- from: node.domain
- default: localhost
|