Revert "Auto migration for database"

This reverts commit e3b50cceb0.
This commit is contained in:
2026-05-26 23:35:55 +02:00 Verified
parent 5aab447e87
commit 5218becfbf
2 changed files with 1 additions and 11 deletions
+1 -3
View File
@@ -35,6 +35,4 @@ EXPOSE 3000
ENV PORT=3000
ENV HOSTNAME="0.0.0.0"
COPY entrypoint.sh /app/entrypoint.sh
RUN chmod +x /app/entrypoint.sh
ENTRYPOINT ["/app/entrypoint.sh"]
CMD ["node", "server.js"]
-8
View File
@@ -1,8 +0,0 @@
#!/bin/sh
# entrypoint.sh
echo "Running database push..."
npx prisma db push
echo "Starting application..."
node server.js