We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e86f1 commit 4b91229Copy full SHA for 4b91229
__tests__/integrations/node.Dockerfile
@@ -9,6 +9,6 @@ RUN npm run build
9
10
# Install top level dependencies
11
WORKDIR /src
12
+ADD __tests__ /src/__tests__
13
ADD package*.json /src/
14
RUN npm ci
-ADD __tests__ /src/__tests__
0 commit comments