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 77ce494 commit 59b2b86Copy full SHA for 59b2b86
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,6 +7,7 @@ WORKDIR /usr/src/app
RUN apk add --no-cache bash curl
RUN npx yarn
13
0 commit comments