aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/quickjs/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'projects/quickjs/Dockerfile')
-rw-r--r--projects/quickjs/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/quickjs/Dockerfile b/projects/quickjs/Dockerfile
index c7223a86..3e72ada2 100644
--- a/projects/quickjs/Dockerfile
+++ b/projects/quickjs/Dockerfile
@@ -17,6 +17,6 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y make
RUN git clone --depth 1 https://github.com/bellard/quickjs quickjs
-WORKDIR $SRC/
+WORKDIR $SRC/quickjs
COPY build.sh $SRC/
COPY fuzz*.c $SRC/