Skip to content

Commit

Permalink
fix(docker): fix build not launching in container
Browse files Browse the repository at this point in the history
  • Loading branch information
Arcath committed Sep 19, 2023
1 parent ac58b24 commit 2012846
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"remix:dev": "remix dev",
"postinstall": "remix setup node",
"start": "concurrently \"npm:start:app\" \"npm:start:worker\"",
"start:app": "cross-env NODE_ENV=production remix-serve build",
"start:app": "cross-env NODE_ENV=production remix-serve ./build/index.js",
"start:worker": "cross-env NODE_ENV=production node ./worker/worker.mjs",
"docker": "prisma migrate deploy && prisma generate && npm run start",
"lint": "eslint --ext js,jsx,ts,tsx .",
Expand Down

0 comments on commit 2012846

Please sign in to comment.