restore files
All checks were successful
Deploy App / deploy (push) Successful in 1m55s

This commit is contained in:
valere
2025-08-29 02:27:38 +02:00
commit a234d41752
7 changed files with 93 additions and 0 deletions

10
package.json Normal file
View File

@@ -0,0 +1,10 @@
{
"scripts": {
"up": "bash -c 'source ~/docker-web/config.sh && source config.sh && exec docker-compose up'",
"down": "bash -c 'source ~/docker-web/config.sh && source config.sh && docker-compose down'",
"build": "bash -c 'source ~/docker-web/config.sh && source config.sh && docker-compose build'"
},
"dependencies": {
"http-server": "^14.1.1"
}
}