From 61955ff14b2fb5772ab1d039146a2f6d27474b3a Mon Sep 17 00:00:00 2001 From: "peter.fong" Date: Tue, 4 Feb 2025 21:18:13 +0000 Subject: [PATCH] docker --- WeatherApp/requirements.txt | 5 +++++ WeatherApp/start.sh | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/WeatherApp/requirements.txt b/WeatherApp/requirements.txt index e69de29..3ec1ebd 100644 --- a/WeatherApp/requirements.txt +++ b/WeatherApp/requirements.txt @@ -0,0 +1,5 @@ +Flask +gunicorn +paho-mqtt +mysql-connector-python +python-dotenv \ No newline at end of file diff --git a/WeatherApp/start.sh b/WeatherApp/start.sh index 2ddfa07..be23fa7 100644 --- a/WeatherApp/start.sh +++ b/WeatherApp/start.sh @@ -1,9 +1,5 @@ #!/bin/bash -# Laad omgevingsvariabelen als .env bestaat -if [ -f .env ]; then - export $(grep -v '^#' .env | xargs) -fi # Start de cron-service correct service cron start