Skip to content

Commit

Permalink
fix typo (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
k-ujihara authored Jan 25, 2025
1 parent f4e25c8 commit 6237caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unidock/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ COPY . /opt/unidock

RUN cd /opt/unidock && \
cmake -B build && \
cmake --build build -j`nprocs` && \
cmake --build build -j`nproc` && \
cmake --install build && \
rm -r /opt/unidock

Expand Down

0 comments on commit 6237caa

Please sign in to comment.