*** Wartungsfenster jeden ersten Mittwoch vormittag im Monat ***

Skip to content
Snippets Groups Projects
Unverified Commit f451e5b9 authored by Mahler, Lukas's avatar Mahler, Lukas
Browse files

fix config file naming for Dockerfile

parent b729160d
No related branches found
No related tags found
No related merge requests found
...@@ -5,8 +5,8 @@ FROM jupyter/minimal-notebook:python-3.10 ...@@ -5,8 +5,8 @@ FROM jupyter/minimal-notebook:python-3.10
RUN rmdir work RUN rmdir work
COPY . . COPY . .
COPY config/example-config_dbrepo.yml config/config_dbrepo.yml COPY config/example-config_dbrepo.yml config/dbrepo_config.yml
COPY config/example-config_invenio.yml config/config_invenio.yml COPY config/example-config_invenio.yml config/invenio_config.yml
RUN pip install poetry RUN pip install poetry
# RUN poetry config virtualenvs.in-project true # RUN poetry config virtualenvs.in-project true
RUN poetry config virtualenvs.create false RUN poetry config virtualenvs.create false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment