Closed alaminfirdows closed 3 weeks ago
This PR corrects the usage of docker-compose exec by replacing the placeholder container with <container_id> for clarity.
container
<container_id>
Additionally, it introduces new code that allows running any command within a specified Docker container.
Built without sensitive environment variables
This PR corrects the usage of docker-compose exec by replacing the placeholder
container
with<container_id>
for clarity.Additionally, it introduces new code that allows running any command within a specified Docker container.