diff --git a/Dockerfile b/Dockerfile index 625e84b..429cf0c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ FROM ubuntu:latest LABEL maintainer="Paulino Padial " # Environment variables (with default values) -ENV LOG_LEVEL=8 +ENV CRON_LOG_LEVEL=8 # Packages installation RUN apt-get update && apt-get upgrade -y && \