StocksNew/vendor/nunomaduro/termwind/docker-compose.yml
Sampanna Rimal 53c0140f58 first commit
2024-08-27 17:48:06 +05:45

14 lines
229 B
YAML

version: '3'
services:
app:
image: termwind-docker
container_name: termwind-docker
stdin_open: true
tty: true
build:
context: .
dockerfile: docker/Dockerfile
volumes:
- .:/usr/src/app