Skip to content

Commit

Permalink
i stoopid
Browse files Browse the repository at this point in the history
  • Loading branch information
logonoff committed Mar 27, 2024
1 parent 0b6abc0 commit c6f2139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
set -e

npm run prisma:migrate
npm run prisma:seed

exec "/app/node_modules/.bin/remix-serve" "/app/build/server/index.js"
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"build": "remix vite:build",
"dev": "dotenv -e .env.development remix vite:dev",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"start": "prisma db seed && remix-serve ./build/server/index.js",
"start": "remix-serve ./build/server/index.js",
"typecheck": "tsc",
"prisma:generate": "prisma generate",
"prisma:migrate": "prisma migrate dev",
Expand Down

0 comments on commit c6f2139

Please sign in to comment.