From a828ba6582b6a7aa694b88e77fe59cd46fad92cc Mon Sep 17 00:00:00 2001
From: David Trattnig <david@subsquare.at>
Date: Mon, 25 Jul 2022 15:08:10 +0200
Subject: [PATCH] Chore: Include VERSION in image

---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index dd79dcb5..245d542d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -22,6 +22,7 @@ COPY contrib/postgresql-requirements.txt /srv
 COPY meta.py /srv
 COPY run.sh /srv
 COPY run.py /srv
+COPY VERSION /srv/VERSION
 
 WORKDIR /srv
 
-- 
GitLab