tutorial: volume, clang-format and clang-tidy

This commit is contained in:
martin
2023-07-07 10:40:25 +02:00
parent 6772c7bfc8
commit 33a11f7d1f
4 changed files with 268 additions and 0 deletions

View File

@@ -2,3 +2,13 @@ project_name=cproject
builder-build :
docker build -f builder.Dockerfile -t $(project_name)-builder:latest .
builder-run :
docker run \
--rm \
-it \
--platform linux/amd64 \
--workdir /builder/mnt \
-v .:/builder/mnt \
$(project_name)-builder:latest \
/bin/bash