We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab5e2f7 + 813e9d1 commit 03ed871Copy full SHA for 03ed871
Dockerfile
@@ -10,6 +10,7 @@ WORKDIR /usr/local/src/neodash
10
11
# Copy sources and install/build
12
COPY ./package.json /usr/local/src/neodash/package.json
13
+COPY ./yarn.lock /usr/local/src/neodash/yarn.lock
14
15
RUN yarn install
16
COPY ./ /usr/local/src/neodash
0 commit comments