Stabilize Lead Engine calendar logic (v1.4) and integrate GTM Architect, B2B Assistant, and Transcription Tool into Docker stack [30388f42]
This commit is contained in:
@@ -40,10 +40,10 @@ COPY gtm-architect/gtm_db_manager.py .
|
||||
|
||||
# Install Python and Node.js dependencies
|
||||
RUN pip install --no-cache-dir -r requirements.txt
|
||||
RUN npm install --omit=dev
|
||||
RUN npm install --force
|
||||
|
||||
# Expose the port the server will run on
|
||||
EXPOSE 3005
|
||||
|
||||
# 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"]
|
||||
# Command to run the server
|
||||
CMD ["node", "server.cjs"]
|
||||
|
||||
Reference in New Issue
Block a user