Skip to content

Commit

Permalink
chore: fix make
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed May 22, 2024
1 parent d204c00 commit 8fb18b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions interop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ FROM node:22-bullseye-slim

WORKDIR /app

COPY package.json .
COPY package.json package-lock.json ./
COPY ./packages ./packages
COPY ./interop ./interop

RUN npm i
RUN npm ci
RUN npm run build

WORKDIR /app/interop
Expand Down

0 comments on commit 8fb18b2

Please sign in to comment.