Closed grunch closed 3 days ago
The pull request introduces updates to the Makefile
and docker/README.md
files. The Makefile
now specifies bash
as the shell for executing commands and adds a new docker-build
target that validates the presence of necessary configuration files before building a Docker image. Existing targets for managing Docker services have been modified to include additional file copying steps. The docker/README.md
file has been enhanced with clearer instructions for setting up the MostroP2P application using Docker, including explicit commands for creating configuration files and directories.
File | Change Summary |
---|---|
Makefile | - Added SHELL := $(shell which bash) - Introduced docker-build target- Modified docker-up and docker-relay-up targets to include file copying steps- docker-down target remains unchanged |
docker/README.md | - Enhanced setup instructions for Docker, including explicit commands for creating configuration files and directories - Improved formatting with code blocks for clarity |
Makefile
for Docker operations, including the addition of the docker-build
, docker-up
, and docker-relay-up
targets, which are directly related to the updates made in the main PR regarding Docker functionality.🐰 In the burrow where the code does flow,
Bash is now the shell we know.
Docker builds with files in place,
A clearer guide for every space.
Hop along, let's set the pace,
With each command, we find our grace! 🌟
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Fix Makefile
Summary by CodeRabbit
docker-build
target for streamlined Docker image building.