docs(readme): add instructions to deploy via docker compose and via deta.space

This commit is contained in:
Kentai Radiquum 2024-05-15 00:02:29 +05:00
parent 59a61d3e7a
commit f2f83ad084
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
7 changed files with 239 additions and 5 deletions

View file

@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"docker": "next build && mkdir -p .next/standalone/public/_next && cp -r .next/static .next/standalone/public/_next/ && mv .next/standalone ./build && rm -rf .next",
"lint": "next lint"
},
"dependencies": {