Add a docker build step.
Some checks failed
Docker Build / Build and Push Backend Image (push) Failing after 1m12s
Docker Build / Build and Push Frontend Image (push) Failing after 53s
Check / Backend (pull_request) Successful in 6m3s
Check / Frontend (pull_request) Successful in 1m54s

This commit is contained in:
Drew 2025-09-27 20:28:17 -07:00
parent ff6837a751
commit 4ba9187b1d
10 changed files with 217 additions and 24 deletions

View file

@ -5,7 +5,7 @@
"scripts": {
"build": "react-router build",
"dev": "react-router dev",
"start": "react-router-serve ./build/server/index.js",
"start": "PORT=5173 react-router-serve ./build/server/index.js",
"test": "vitest",
"test:coverage": "vitest --coverage",
"test:run": "vitest run",