From 8be036d8ec02547264d796862c7da5ff66cd8f98 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christian=20B=C3=B6ttcher?= <c.boettcher@fz-juelich.de>
Date: Thu, 13 Apr 2023 09:25:31 +0200
Subject: [PATCH] webserver config not needed anymore

---
 dockers/eflows-airflow.docker | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dockers/eflows-airflow.docker b/dockers/eflows-airflow.docker
index bf28ded..4e5afb3 100644
--- a/dockers/eflows-airflow.docker
+++ b/dockers/eflows-airflow.docker
@@ -9,7 +9,4 @@ USER airflow
 
 RUN pip --version && python -m pip install --upgrade pip
 ADD requirements.txt /requirements.txt
-RUN pip install -r /requirements.txt
-
-# Copy the OIDC webserver_config.py into the container's $AIRFLOW_HOME
-COPY webserver_config.py $AIRFLOW_HOME/webserver_config.py
\ No newline at end of file
+RUN pip install -r /requirements.txt
\ No newline at end of file
-- 
GitLab