From 2cbb44524b0da2cf40de0bdada8dbcbf228c04dd Mon Sep 17 00:00:00 2001 From: "peter.fong" Date: Tue, 4 Feb 2025 21:20:12 +0000 Subject: [PATCH] dok --- WeatherApp/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WeatherApp/Dockerfile b/WeatherApp/Dockerfile index 619f2ab..ad04dc7 100644 --- a/WeatherApp/Dockerfile +++ b/WeatherApp/Dockerfile @@ -20,7 +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 +RUN touch /var/log/cron.log # Voeg start.sh toe COPY start.sh /start.sh