Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

Commit defc10b

Browse files
committed
Update install.sh
1 parent 1a83951 commit defc10b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ WorkingDirectory=${APP_DIR}
9494
Environment=NODE_ENV=production
9595
Environment=PORT=3000
9696
ExecStart=/usr/bin/node ${APP_DIR}/.next/standalone/server.js
97-
EnvironmentFile=${APP_DIR}/.env.local
97+
EnvironmentFile=${APP_DIR}/.env
9898
Restart=on-failure
9999
RestartSec=120
100100
StartLimitInterval=1200

0 commit comments

Comments
 (0)