Prepare the Docker image with:
./scripts/recmd_docker_build_build.sh
Build recmd
with:
./scripts/recmd_docker_build.sh
The build artifacts will be placed in target_docker
directory.
You can also pass arbitrary arguments to the script. For example, for cleaning the build directory:
./scripts/recmd_docker_build.sh cargo clean
Prepare the Docker image with:
./scripts/recmd_docker_build_static_build.sh
Build a static recmd
with:
./scripts/recmd_docker_build_static.sh
The build artifacts will be placed in target_docker_static
directory.
You can also pass arbitrary arguments to the script. For example, for cleaning the build directory:
./scripts/recmd_docker_build_static.sh cargo clean