From 880a2f58ec642d51ec94ca6cfe01b915986e427f Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Tue, 27 Sep 2016 13:25:47 -0400 Subject: [PATCH] Added chmod +x command to docker --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index cd43557d..8eb1b2d4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,3 +29,6 @@ WORKDIR /webodm/nodeodm/external/node-OpenDroneMap RUN npm install WORKDIR /webodm + +# Make sure all scripts are executable +RUN chmod +x *.sh