Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
k-ujihara committed Dec 18, 2024
1 parent f4e25c8 commit 3f5c8e2
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 3f5c8e2

Please sign in to comment.