Docker configuration

This commit is contained in:
Markus Thielker 2024-12-22 13:52:15 +01:00
parent e2ba6e0029
commit a368150d6d
No known key found for this signature in database
5 changed files with 71 additions and 3 deletions

View file

@ -5,7 +5,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"start": "next start -H 0.0.0.0",
"lint": "next lint"
},
"dependencies": {