commit | 8fd915bf0431c7911259e677e2079a2b60ff1059 | [log] [tgz] |
---|---|---|
author | Adrià Vilanova Martínez <me@avm99963.com> | Sat Dec 10 20:27:10 2022 +0100 |
committer | Adrià Vilanova Martínez <me@avm99963.com> | Sat Dec 10 19:29:33 2022 +0000 |
tree | 615e67b310a8fa1f9335574de65c95176abed905 | |
parent | 0e748c698690c2965db61430fb7f4eb84a8b25d3 [diff] |
Add run-local target to Makefile Change-Id: I72c04f97f8824eafdc8812a1f98145ae056e4377
diff --git a/Makefile b/Makefile index b066708..fe7fe1f 100644 --- a/Makefile +++ b/Makefile
@@ -9,3 +9,8 @@ push-prod: docker-prod docker push $(IMAGE_PROD):$(VERSION) + +# First copy .env.sample to .env and docker-compose.yml.sample to +# docker-compose.yml, and change them as you wish. +run-local: docker-prod + docker-compose up