Small fixes

This commit is contained in:
2025-02-16 17:53:09 +03:00
parent ebf0357c59
commit 4d912b6bc9
7 changed files with 41 additions and 13 deletions
+1
View File
@@ -19,6 +19,7 @@ ENV SPRING_DATASOURCE_USERNAME=${DB_USER}
ENV SPRING_DATASOURCE_PASSWORD=${DB_PASSWORD}
ENV BOT_TOKEN=${BOT_TOKEN}
ENV BOT_NAME=${BOT_NAME}
ENV OPENROUTER_API_KEY=${OPENROUTER_API_KEY}
EXPOSE 8080
ENTRYPOINT ["java","-Dspring.config.location=classpath:/,file:./","-jar","app.jar"]