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