Skip to content

Commit

Permalink
docker: bring back the WORKDIR instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
NickVolynkin committed Nov 16, 2023
1 parent 6fea0f6 commit 0083939
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,5 @@ RUN DEBIAN_FRONTEND=noninteractive \
zkllvm=${ZKLLVM_VERSION} \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

WORKDIR /opt/zkllvm-template

0 comments on commit 0083939

Please sign in to comment.