Skip to content

Commit

Permalink
rm prisma from start
Browse files Browse the repository at this point in the history
  • Loading branch information
AvidDabbler committed Feb 1, 2024
1 parent d52e836 commit 9edf8d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
fallocate -l 512M /swapfile
chmod 0600 /swapfile
mkswap /swapfile
echo 10 > /proc/sys/vm/swappiness
echo 10 >/proc/sys/vm/swappiness
swapon /swapfile
echo 1 > /proc/sys/vm/overcommit_memory
echo 1 >/proc/sys/vm/overcommit_memory

npx prisma migrate deploy
# npx prisma migrate deploy
npm run start

0 comments on commit 9edf8d9

Please sign in to comment.