feat: add Dockerfile and GitHub Actions workflow for GHCR deployment

This commit is contained in:
ergosteur
2026-03-07 02:45:17 -05:00
parent 67f7750157
commit 6f5021638c
4 changed files with 97 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "react-example",
"private": true,
"version": "0.0.0",
"version": "1.1.0",
"type": "module",
"scripts": {
"dev": "vite --port=3000 --host=0.0.0.0",
@@ -26,6 +26,7 @@
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^3.5.0",
"tsx": "^4.21.0",
"vite": "^6.2.0",
"xz-decompress": "^0.2.3"
},
@@ -34,7 +35,6 @@
"@types/node": "^22.14.0",
"autoprefixer": "^10.4.21",
"tailwindcss": "^4.1.14",
"tsx": "^4.21.0",
"typescript": "~5.8.2",
"vite": "^6.2.0",
"vite-plugin-pwa": "^1.2.0"