Skip to content

Commit

Permalink
build: remove an unnecessary instruction from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdulrhmanGoni committed Oct 28, 2024
1 parent 9986370 commit cb844b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ WORKDIR /llms-tdm

COPY package.json ./

COPY bun.lockb ./
RUN bun install

COPY . .

RUN bun install

CMD [ "bun", "start" ]

0 comments on commit cb844b0

Please sign in to comment.