mirror of
https://github.com/honojs/hono.git
synced 2024-11-21 18:18:57 +01:00
4031fa8937
* feat: add development environment * refactor: update README * refactor: update README and run yarn denoify * refactor: update CONTRIBUTING
19 lines
237 B
YAML
19 lines
237 B
YAML
version: '3'
|
|
|
|
services:
|
|
hono:
|
|
build: .
|
|
container_name: hono
|
|
volumes:
|
|
- ../:/hono
|
|
networks:
|
|
- hono
|
|
command: bash
|
|
stdin_open: true
|
|
tty: true
|
|
restart: 'no'
|
|
|
|
networks:
|
|
hono:
|
|
driver: bridge
|