diff --git a/dockerfile b/dockerfile index 71728d8..a5edf36 100644 --- a/dockerfile +++ b/dockerfile @@ -17,4 +17,4 @@ RUN apt-get update && apt-get install -y \ RUN make all # Run the executable -CMD ["./bin/BlackMarlinExec"] +CMD ["/bin/BlackMarlinExec"]