0
0
mirror of https://github.com/honojs/hono.git synced 2024-11-21 18:18:57 +01:00
hono/.devcontainer/docker-compose.yml

19 lines
237 B
YAML
Raw Normal View History

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