From 6e1641014522d644d543e52af833c264923a2f46 Mon Sep 17 00:00:00 2001 From: ekazak Date: Wed, 5 Oct 2022 18:27:09 +0200 Subject: [PATCH] LAW-5954 --- devops/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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