Skip to content

Commit 512be53

Browse files
committed
change to npm install
1 parent 8e4a0af commit 512be53

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.e2e

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /app/e2e
44

55
COPY package*.json /app/e2e/
66

7-
RUN npm ci
7+
RUN npm install
88
RUN npx playwright install --with-deps chromium
99

1010
COPY . /app/e2e

compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ services:
5151
- worker
5252
- redis
5353
command: >
54-
sh -c "npm ci && npx playwright test"
54+
sh -c "npm install && npx playwright test"
5555
5656
volumes:
5757
caddy_data:

0 commit comments

Comments
 (0)