We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e4a0af commit 512be53Copy full SHA for 512be53
Dockerfile.e2e
@@ -4,7 +4,7 @@ WORKDIR /app/e2e
4
5
COPY package*.json /app/e2e/
6
7
-RUN npm ci
+RUN npm install
8
RUN npx playwright install --with-deps chromium
9
10
COPY . /app/e2e
compose.yaml
@@ -51,7 +51,7 @@ services:
51
- worker
52
- redis
53
command: >
54
- sh -c "npm ci && npx playwright test"
+ sh -c "npm install && npx playwright test"
55
56
volumes:
57
caddy_data:
0 commit comments