diff --git a/Dockerfile b/Dockerfile index 7d55d6d1..df86dad0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,7 +45,7 @@ EOF # clone lightpanda RUN git clone git@github.com:lightpanda-io/browser.git -WORKDIR browser +WORKDIR /browser # install deps RUN git submodule init && \