Fix for docker build.

This commit is contained in:
Mike Cao 2022-04-04 04:07:01 -07:00
parent 283d18518e
commit b494a2595d

View File

@ -12,7 +12,7 @@
"scripts": {
"dev": "next dev",
"build": "npm-run-all build-tracker build-geo build-db build-app",
"start": "npm-run-all init start-app",
"start": "next start",
"start-app": "next start",
"start-env": "node -r dotenv/config scripts/start-env.js",
"build-app": "next build",