inviqa-tailwindcss-example/docker-compose.yaml

10 lines
138 B
YAML
Raw Permalink Normal View History

2022-09-09 17:00:00 +00:00
services:
app:
build:
context: "."
volumes:
- "./:/app"
ports:
- "3000:3000"
command: ["next", "dev"]