Skip to content
Snippets Groups Projects
Commit 5df08eb9 authored by Michael Bücker's avatar Michael Bücker
Browse files

Add startup

parent 4b5c90c0
No related branches found
No related tags found
No related merge requests found
......@@ -16,4 +16,6 @@ COPY .env .env
# Install python packages
COPY . .
RUN pip install --no-cache-dir -r requirements.txt
COPY python_startup/ ~/.ipython/profile_default/startup/
from 01_load_db import db_connect, get_table
\ No newline at end of file
File moved
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