diff --git a/devops/Dockerfile b/devops/Dockerfile index fa68548..bf27f74 100644 --- a/devops/Dockerfile +++ b/devops/Dockerfile @@ -22,6 +22,7 @@ COPY nginx /etc/nginx COPY htdocs /var/www COPY entrypoint.sh /entrypoint.sh +RUN chmod +x /entrypoint.sh WORKDIR /var/www