Skip to content

Commit

Permalink
Update next.js and docker deploy command
Browse files Browse the repository at this point in the history
  • Loading branch information
ProchaLu committed Sep 5, 2023
1 parent b339127 commit c223d74
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 36 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -14,7 +14,7 @@
"bcrypt": "^5.1.0",
"dotenv": "^16.3.1",
"ley": "^0.8.1",
"next": "13.4.20-canary.3",
"next": "v13.4.20-canary.16",
"postgres": "^3.3.5",
"randomcolor": "^0.6.2",
"react": "18.2.0",
Expand Down
69 changes: 35 additions & 34 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/fly-io-start.sh
Expand Up @@ -45,4 +45,4 @@ SQL
fi

pnpm migrate up
pnpm start
./node_modules/.bin/next start

0 comments on commit c223d74

Please sign in to comment.