Skip to content

Commit

Permalink
Merge pull request #3 from Ximaz/v1.2.0
Browse files Browse the repository at this point in the history
I should not use WORKDIR for github action
  • Loading branch information
Ximaz authored May 5, 2024
2 parents c726bbe + c1af621 commit 1fad6ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ RUN apt update -y \
&& apt upgrade -y \
&& apt install -y build-essential valgrind

WORKDIR /root/

COPY valgrind.bash /root/valgrind.bash

ENTRYPOINT [ "/root/valgrind.bash" ]

0 comments on commit 1fad6ad

Please sign in to comment.