diff --git a/Dockerfile b/Dockerfile index 59e16df..51fa8bf 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,6 @@ WORKDIR /ium COPY ./ium-data.py ./ +RUN ./download.sh + CMD ./ium-data.py