Small text-based online game — a HAL mesh module
25'ten fazla konu seçemezsiniz
Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
|
- manifest: 2
- name: txt-game
- version: "1.0.0"
- description: "Small text-based online game"
-
- service:
- container: txt-game
-
- docker:
- - image: txt-game
- context: .
- dockerfile: Dockerfile
-
- env:
- DOMAIN:
- from: node.domain
- default: localhost
|