From 7bae3512a6fdbf73f39b68882a24f149dcbf9ff6 Mon Sep 17 00:00:00 2001 From: "peter.fong" Date: Tue, 4 Feb 2025 21:18:13 +0000 Subject: [PATCH] docker --- WeatherApp/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/WeatherApp/Dockerfile b/WeatherApp/Dockerfile index 7d6d413..619f2ab 100644 --- a/WeatherApp/Dockerfile +++ b/WeatherApp/Dockerfile @@ -20,6 +20,7 @@ RUN pip install --no-cache-dir -r requirements.txt RUN apt-get update && apt-get install -y cron +RUN touch /var/log/cron.log # Voeg start.sh toe COPY start.sh /start.sh