inviqa-tailwindcss-example/docker-compose.yaml
2022-09-09 18:52:56 +01:00

10 lines
138 B
YAML

services:
app:
build:
context: "."
volumes:
- "./:/app"
ports:
- "3000:3000"
command: ["next", "dev"]