Automatische DWD Abfrage

Crontab hinzugefügt und automatische DWD Abfrage jeden Monat eingerichtet.
This commit is contained in:
Moritz Utcke
2024-01-06 15:42:59 +07:00
parent 30cc5fab63
commit dfd7cce6c8
9 changed files with 117 additions and 46 deletions

View File

@@ -52,3 +52,7 @@ docker run -d --name $APP_NAME --link $DB_CONTAINER_NAME \
-e DB_PORT=${DB_PORT} \
--env-file ~/apps/${APP_NAME}/.env \
$APP_NAME;
# Crontab Updaten
cd ~/$APP_NAME
crontab .crontab