Skip to content

Commit 03ed871

Browse files
Merge remote-tracking branch 'remotes/upstream/develop' into fix/ParameterListParse
2 parents ab5e2f7 + 813e9d1 commit 03ed871

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)