feat(gtm): upgrade to google-genai, fix image gen & frontend crash
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user