mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
docker: use absolute path with WORKDIR
remove following the warning ``` 1 warning found (use docker --debug to expand): - WorkdirRelativePath: Relative workdir "browser" can have unexpected results if the base image changes (line 48) ```
This commit is contained in:
@@ -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 && \
|
||||||
|
|||||||
Reference in New Issue
Block a user