Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
PragatiSukhija committed Oct 12, 2024
1 parent ba582a1 commit 70bb02c
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
COPY ./build.sh ./build.sh
RUN chmod +x ./build.sh
RUN ./build.sh

Expand Down

0 comments on commit 70bb02c

Please sign in to comment.