Add a docker build step.

This commit is contained in:
Drew 2025-09-27 20:28:17 -07:00
parent ff6837a751
commit 8ec0d2b75d
9 changed files with 186 additions and 4 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",