From 711b77fa2ca05c46f30dd29cafb0c2ce75f4f075 Mon Sep 17 00:00:00 2001 From: Alejandro Lembke Barrientos Date: Fri, 25 Aug 2023 16:43:00 +0000 Subject: [PATCH] Trying to fix entrypoint.sh Updating to version 1.0.2 --- Dockerfile | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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