Skip to content
Snippets Groups Projects
Commit f6cf6614 authored by Max Lou's avatar Max Lou
Browse files

Merge branch 'main' of git.rwth-aachen.de:polaris/entwicklung/analytics-engine

parents 5baf4b9b 983d4fff
Branches
Tags
No related merge requests found
Pipeline #902757 canceled
...@@ -35,4 +35,4 @@ scheduler-docker-build: ...@@ -35,4 +35,4 @@ scheduler-docker-build:
deploy: deploy:
stage: deploy stage: deploy
trigger: trigger:
project: polaris/entwicklung/deployment project: polaris/deployment
\ No newline at end of file \ No newline at end of file
...@@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y \ ...@@ -10,6 +10,7 @@ RUN apt-get update && apt-get install -y \
cron \ cron \
libpq-dev \ libpq-dev \
python3-psycopg2 \ python3-psycopg2 \
git \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
COPY . /app COPY . /app
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment