tutorial: base image and dev container

This commit is contained in:
martin
2023-07-07 09:35:37 +02:00
commit c665b64966
3 changed files with 45 additions and 0 deletions

4
makefile Normal file
View File

@@ -0,0 +1,4 @@
project_name=cproject
builder-build :
docker build -f builder.Dockerfile -t $(project_name)-builder:latest .