Add a docker build step.
This commit is contained in:
parent
ff6837a751
commit
85a105ef2f
10 changed files with 215 additions and 24 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue