Files
web/docker/entrypoint.sh
T

6 lines
138 B
Bash
Executable File

#!/bin/bash
# Entrypoint script for FromChat microservices
# Run the service module
exec python -m backend.services.${SERVICE_NAME}.main