From 364b25ee797d89a9cc8ab2e37313855a02118be6 Mon Sep 17 00:00:00 2001
From: Jonas Braathen <jonas.braathen@usit.uio.no>
Date: Wed, 1 Sep 2021 15:33:36 +0200
Subject: [PATCH] Containerfile: create /greg directory

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

diff --git a/Containerfile b/Containerfile
index da414a4d..354c2702 100644
--- a/Containerfile
+++ b/Containerfile
@@ -17,6 +17,7 @@ ENV PIP_DEFAULT_TIMEOUT=100 \
 
 RUN pip3 install poetry gunicorn
 
+RUN mkdir /greg
 WORKDIR /greg
 COPY pyproject.toml /greg
 COPY poetry.lock /greg
-- 
GitLab