File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11FROM aiod_metadata_catalogue
22
33USER root
4- RUN apt-get update
5- RUN apt -y install cron
4+ RUN apt-get update && apt -y install cron
65
76COPY cron /etc/cron.d/aiod
87COPY mlmodels.sh /opt/connectors/script/mlmodels.sh
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ COPY mlmodels.sh /opt/connectors/script/mlmodels.sh
66COPY entry.sh /opt/connectors/script/entry.sh
77
88USER root
9- RUN apt -y install cron
9+ RUN apt-get update && apt -y install cron
1010RUN chmod +x /etc/cron.d/aiod /opt/connectors/script/datasets.sh
1111RUN chmod +x /etc/cron.d/aiod /opt/connectors/script/mlmodels.sh
1212RUN crontab /etc/cron.d/aiod
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ COPY datasets.sh /opt/connectors/script/datasets.sh
55COPY entry.sh /opt/connectors/script/entry.sh
66
77USER root
8- RUN apt -y install cron
8+ RUN apt-get update && apt -y install cron
99RUN chmod +x /etc/cron.d/aiod /opt/connectors/script/datasets.sh
1010RUN crontab /etc/cron.d/aiod
1111
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ COPY delete_old.sh /opt/deletion/script/delete_old.sh
55COPY entry.sh /opt/deletion/script/entry.sh
66
77USER root
8- RUN apt -y install cron
8+ RUN apt-get update && apt -y install cron
99RUN chmod +x /etc/cron.d/aiod /opt/deletion/script/delete_old.sh
1010RUN crontab /etc/cron.d/aiod
1111
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ services:
1111 environment :
1212 - KEYCLOAK_CLIENT_SECRET=$KEYCLOAK_CLIENT_SECRET
1313 - REVIEWER_ROLE_NAME=$REVIEWER_ROLE_NAME
14+ - ADMIN_ROLE_NAME=$ADMIN_ROLE_NAME
1415 - ES_USER=$ES_USER
1516 - ES_PASSWORD=$ES_PASSWORD
1617 ports :
You can’t perform that action at this time.
0 commit comments