Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ FROM oven/bun AS builder

WORKDIR /app

COPY ./client/package.json ./client/package-lock.json ./client/
COPY ./client/package.json ./client/
RUN cd client && npm ci

COPY ./client ./client

0 comments on commit d624258

Please sign in to comment.