diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-08-28 20:47:58 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2023-08-28 20:47:58 +0200 |
| commit | 90de3cbb942653f472bc663fc11749117b1f8873 (patch) | |
| tree | 56b5d3d2421a536e7a370df41b7b829d017b1d6c /Makefile | |
| parent | baea04f1f4a2070832b85c6b1b61824297493cb7 (diff) | |
Add command for the serverrbdr-infrastructure-setup
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..d65039b --- /dev/null +++ b/Makefile @@ -0,0 +1,9 @@ +default: preview + +build: docker-build + +start: + docker-compose up + +docker-build: + docker-compose build |