From 267618a5199b8a7a832174a099311b8327777825 Mon Sep 17 00:00:00 2001 From: jsshandle Date: Mon, 26 Dec 2016 18:59:30 +0100 Subject: [PATCH] Make entrypoint.sh executable in repository and remove related statement from Dockerfile. --- Dockerfile | 2 -- root/entrypoint.sh | 0 2 files changed, 2 deletions(-) mode change 100644 => 100755 root/entrypoint.sh diff --git a/Dockerfile b/Dockerfile index 5882163..1850c84 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,8 +56,6 @@ RUN cd /var/www/wallabag \ RUN chown -R nobody:nobody /var/www/wallabag -RUN chmod +x /entrypoint.sh - EXPOSE 80 ENTRYPOINT ["/entrypoint.sh"] CMD ["wallabag"] diff --git a/root/entrypoint.sh b/root/entrypoint.sh old mode 100644 new mode 100755