diff --git a/Dockerfile b/Dockerfile index 3e036c0..c41f70f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,4 +33,4 @@ RUN sudo sysctl -w fs.inotify.max_user_watches=524288 ADD ./entrypoint.sh /usr/bin/entrypoint.sh RUN sudo chmod +x /usr/bin/entrypoint.sh -ENTRYPOINT ["/usr/bin/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["bash", "/usr/bin/entrypoint.sh"] \ No newline at end of file diff --git a/version.txt b/version.txt index 7f20734..e6d5cb8 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.0.1 \ No newline at end of file +1.0.2 \ No newline at end of file