Initial commit

This commit is contained in:
2026-02-10 19:19:25 -03:00
commit 7bf6ea5c26
8 changed files with 523 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "mta-sts",
"version": "1.0.0",
"description": "MTA-STS static site with nginx",
"scripts": {
"build": "docker build -t git.mifi.dev/mifi-holdings/mta-sts:latest .",
"push": "docker push git.mifi.dev/mifi-holdings/mta-sts:latest",
"build:push": "pnpm build && pnpm push"
},
"keywords": [
"mta-sts",
"nginx",
"docker"
],
"author": "",
"license": "ISC"
}