mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
Merge pull request #298 from lightpanda-io/docker-warning
docker: use absolute path with WORKDIR
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