0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-21 10:08:58 +01:00
hono/.devcontainer/docker-compose.yml
MohammadHasan Akbari 4031fa8937
chore: add development environment (#2095)
* feat: add development environment

* refactor: update README

* refactor: update README and run yarn denoify

* refactor: update CONTRIBUTING
2024-01-28 22:32:51 +09:00

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