mirror of
https://github.com/webrecorder/browsertrix-crawler.git
synced 2025-10-19 14:33:17 +00:00
add yarn.lock to Docker to ensure consistent builds! (#621)
This commit is contained in:
parent
febf4b7532
commit
3c26996f93
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ WORKDIR /app
|
|||
ADD requirements.txt /app/
|
||||
RUN pip install -U setuptools; pip install -r requirements.txt
|
||||
|
||||
ADD package.json /app/
|
||||
ADD package.json yarn.lock /app/
|
||||
|
||||
# to allow forcing rebuilds from this stage
|
||||
ARG REBUILD
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue