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.
1 parent 31ad5c5 commit b714b19Copy full SHA for b714b19
redisinsight/api/test/test-runs/test.Dockerfile
@@ -6,6 +6,7 @@ RUN dbus-uuidgen > /var/lib/dbus/machine-id
6
WORKDIR /usr/src/app
7
8
COPY package.json yarn.lock ./
9
+COPY stubs ./stubs
10
RUN yarn install
11
COPY . .
12
tests/e2e/e2e.Dockerfile
@@ -7,7 +7,6 @@ WORKDIR /usr/src/app
RUN apk add --no-cache bash curl
-COPY stubs ./stubs
RUN npx yarn
13
0 commit comments