diff --git a/Dockerfile b/Dockerfile index d4b7a06..0354ab1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ COPY . /app # Build backend WORKDIR /app/NullAway-Sandbox/compiler +RUN chmod +x ./build.sh RUN ./build.sh # Build frontend