Merge pull request #298 from lightpanda-io/docker-warning

docker: use absolute path with WORKDIR
This commit is contained in:
Pierre Tachoire
2024-11-14 08:56:34 +01:00
committed by GitHub

View File

@@ -45,7 +45,7 @@ EOF
# clone lightpanda # clone lightpanda
RUN git clone git@github.com:lightpanda-io/browser.git RUN git clone git@github.com:lightpanda-io/browser.git
WORKDIR browser WORKDIR /browser
# install deps # install deps
RUN git submodule init && \ RUN git submodule init && \