From 5fd5f3b8b116367c0b8e7f8ee0f2052aaa82688e Mon Sep 17 00:00:00 2001
From: David Trattnig <david@subsquare.at>
Date: Fri, 29 Jul 2022 13:20:39 +0200
Subject: [PATCH] Chore(Docker): Copy Makefile

---
 Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 8e9696b7..d695d164 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -20,6 +20,7 @@ COPY config/sample.engine.docker.ini /etc/aura/engine.ini
 COPY requirements.txt /srv
 COPY contrib/postgresql-requirements.txt /srv
 COPY VERSION /srv
+COPY Makefile /srv
 
 WORKDIR /srv
 
@@ -28,4 +29,4 @@ RUN pip3 install -r postgresql-requirements.txt
 
 # Start the Engine
 ENTRYPOINT ["make"]
-CMD ["run"]
+CMD ["run"]
\ No newline at end of file
-- 
GitLab