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