Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
adamant-pwn committed May 15, 2024
1 parent c8c5909 commit e87729a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ RUN mkdir build && cd build \
&& cmake .. \
&& make -j

CMD ["./build/bin/rawhash2"]
ENTRYPOINT ["./build/bin/rawhash2"]
CMD ["--help"]

LABEL Name=rawhash2 Version=0.0.1

0 comments on commit e87729a

Please sign in to comment.