Auto migration for database

This commit is contained in:
2026-05-26 23:18:20 +02:00 Verified
parent 0b577a9cd9
commit e3b50cceb0
2 changed files with 11 additions and 1 deletions
+3 -1
View File
@@ -35,4 +35,6 @@ EXPOSE 3000
ENV PORT=3000
ENV HOSTNAME="0.0.0.0"
CMD ["node", "server.js"]
COPY entrypoint.sh /app/entrypoint.sh
RUN chmod +x /app/entrypoint.sh
ENTRYPOINT ["/app/entrypoint.sh"]