Skip to content

Commit

Permalink
fix(docker): use whole project for e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
dargmuesli committed Sep 12, 2023
1 parent a6db606 commit b830490
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,7 @@ WORKDIR /srv/app/
RUN corepack enable

COPY --from=test-e2e-prepare /srv/app/ ./
COPY --from=build /srv/app/src/.output /srv/app/src/.output

# # Do not run in parallel with `test-e2e-dev`
# COPY --from=test-e2e-dev /srv/app/package.json /tmp/test/package.json
COPY --from=build /srv/app/ ./

RUN pnpm --dir src run test:e2e:prod

Expand Down

0 comments on commit b830490

Please sign in to comment.