mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 19:15:08 +03:00
6 lines
138 B
Bash
Executable File
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
|