about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index eac468c8..1947f211 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -29,3 +29,4 @@ ARG LLVM_CONFIG=llvm-config-9
 COPY . /app
 RUN cd /app && make clean && make distrib && \
     make install && cd .. && rm -rf /app
+WORKDIR /work