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 88dbcc7 + 813e9d1 commit 3af23cdCopy full SHA for 3af23cd
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