diff --git a/Dockerfile b/Dockerfile index e0c8dfb..5221cf9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,3 +11,5 @@ WORKDIR ./app COPY ./get_dataset.py ./ COPY ./get_stats.py ./ + +CMD bash \ No newline at end of file