Skip to content

Commit 3af23cd

Browse files
author
Marius Conjeaud
committed
Merge remote-tracking branch 'origin/develop' into issue/789-wrap-text-table
2 parents 88dbcc7 + 813e9d1 commit 3af23cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ WORKDIR /usr/local/src/neodash
1010

1111
# Copy sources and install/build
1212
COPY ./package.json /usr/local/src/neodash/package.json
13+
COPY ./yarn.lock /usr/local/src/neodash/yarn.lock
1314

1415
RUN yarn install
1516
COPY ./ /usr/local/src/neodash

0 commit comments

Comments
 (0)