Fix for docker build.

pull/1069/head v1.29.2
Mike Cao 2022-04-04 04:07:01 -07:00
parent 283d18518e
commit b494a2595d
1 changed files with 1 additions and 1 deletions

View File

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