mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-28 14:43:28 +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
|
||||
RUN git clone git@github.com:lightpanda-io/browser.git
|
||||
|
||||
WORKDIR browser
|
||||
WORKDIR /browser
|
||||
|
||||
# install deps
|
||||
RUN git submodule init && \
|
||||
|
||||
Reference in New Issue
Block a user