Skip to content

Commit

Permalink
Merge pull request #1 from Rowan441/master
Browse files Browse the repository at this point in the history
give docker container an entrypoint
  • Loading branch information
ctpelok77 authored Mar 31, 2023
2 parents a155dbf + 2ae620c commit 0bd3efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ RUN sed -i 's#src#builds/release64/bin#g' /workspace/delfi/plan-ipc.py

WORKDIR /work

CMD /bin/bash
ENTRYPOINT ["/usr/bin/python", "/workspace/delfi/plan-ipc.py", "--image-from-lifted-task"]



Expand Down

0 comments on commit 0bd3efa

Please sign in to comment.