# dockmake **Repository Path**: mirrors_codejamninja/dockmake ## Basic Information - **Project Name**: dockmake - **Description**: Automated docker build with make - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dockmake Automated docker build with make ![](assets/dockmake.png) ## Setup ```sh curl -O https://raw.githubusercontent.com/jamrizzi/dockmake/master/setup.sh && bash setup.sh && rm setup.sh ``` ## Usage #### Run ```sh make ``` #### Fetch Dependencies ```sh make fetch_dependencies ``` #### Build ```sh make build ``` #### Clean ``` make clean ```