Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Azvanzed authored Nov 27, 2024
1 parent ed3f47e commit 7301202
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,6 @@ RUN mkdir -p /root/Mergen/build
WORKDIR /root/Mergen/build
RUN cmake .. && cmake --build . -j $(nproc)

WORKDIR /data
ENTRYPOINT ["/bin/sh", "-c", "/root/Mergen/build/lifter \"$1\" \"$2\" ", "--"]
# Provide the built binary path as the default output for the container
WORKDIR /root/Mergen/build
CMD ["cp", "/root/Mergen/build/lifter", "/output/lifter"]

0 comments on commit 7301202

Please sign in to comment.