Skip to content

Commit

Permalink
fix frontend tests (open-telemetry#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbdias committed Jul 10, 2023
1 parent c7588d4 commit ec804cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/Dockerfile.cypress
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM cypress/included:10.3.1-typescript
WORKDIR /app
COPY ./src/frontend .
RUN npm ci
RUN npm clean-install

ENTRYPOINT ["cypress", "run"]

0 comments on commit ec804cc

Please sign in to comment.