diff --git a/Dockerfile b/Dockerfile index fee70126a16ec17ebe514be57238e561cdf6f229..766c8da4b529091d0cb6e20fd37bf21c20fa4dc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -63,5 +63,8 @@ EXPOSE 80 ARG version_code ENV VERSION_CODE=$version_code +# Set executable permission to start file +RUN chmod +x bin/start + # Start the application. CMD ["bin/start"]