From b470665b7181c8d25231097208601c5223d14e68 Mon Sep 17 00:00:00 2001 From: Hendrik Huyskens Date: Thu, 14 Nov 2024 09:28:40 +0100 Subject: [PATCH] Add captain-definition file --- captain-definition | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 captain-definition diff --git a/captain-definition b/captain-definition new file mode 100644 index 00000000..bc83868f --- /dev/null +++ b/captain-definition @@ -0,0 +1,4 @@ +{ + "schemaVersion": 2, + "dockerfilePath": "./compose/production/django/Dockerfile" +}