Skip to content

Commit

Permalink
Updated build.sh permissions for docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
PragatiSukhija committed Oct 12, 2024
1 parent a1db628 commit ba582a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ COPY . /app

# Build backend
WORKDIR /app/NullAway-Sandbox/compiler
RUN chmod +x ./build.sh
RUN ./build.sh

# Build frontend
Expand Down

0 comments on commit ba582a1

Please # to comment.