test docker-compose
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-28 21:53:35 +01:00
parent e46339c7a7
commit d97e329f4c

View File

@@ -6,7 +6,8 @@
"dev": "next dev", "dev": "next dev",
"build": "next build", "build": "next build",
"start": "next start", "start": "next start",
"lint": "next lint" "lint": "next lint",
"start:up": "docker-compose -f docker-compose.yml"
}, },
"dependencies": { "dependencies": {
"@tailwindcss/typography": "^0.5.8", "@tailwindcss/typography": "^0.5.8",