feat(gtm): upgrade to google-genai, fix image gen & frontend crash

This commit is contained in:
2026-01-04 16:02:23 +00:00
parent 3b1f2967cb
commit 9ac2b9c466
242 changed files with 6075 additions and 448 deletions

View File

@@ -45,5 +45,5 @@ RUN npm install --omit=dev
# Expose the port the server will run on
EXPOSE 3005
# Command to run the server
CMD ["node", "server.cjs"]
# Command to run the server, ensuring dependencies are fresh on start
CMD ["/bin/bash", "-c", "pip install --no-cache-dir -r requirements.txt && node server.cjs"]