Skip to content

Commit

Permalink
chore: dockerfile again
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed May 22, 2024
1 parent 377fc0a commit b268433
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions interop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ COPY package.json ./
COPY ./packages ./packages
COPY ./interop ./interop

# disable colored output and CLI animation from test runners
ENV CI true

RUN npm i
RUN npm run build

WORKDIR /app/interop

# disable colored output and CLI animation from test runners
ENV CI true

ENTRYPOINT npm test -- -t node

0 comments on commit b268433

Please sign in to comment.