Skip to content
Snippets Groups Projects
Commit 8be036d8 authored by Christian Boettcher's avatar Christian Boettcher
Browse files

webserver config not needed anymore

parent 68bbb838
No related branches found
No related tags found
No related merge requests found
Pipeline #135456 passed
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment