cgeorgiaw HF Staff evijit HF Staff commited on
Commit
672f612
·
verified ·
1 Parent(s): cd201c7

Update Dockerfile (#3)

Browse files

- Update Dockerfile (676a1c6bd1bf7a2d678bde2bf586b17d87d9d52c)


Co-authored-by: Avijit Ghosh <[email protected]>

Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ WORKDIR /app
8
 
9
  # Install dependencies based on the preferred package manager
10
  COPY --link package.json bun.lockb* ./
11
- RUN bun install --frozen-lockfile
12
 
13
  # Rebuild the source code only when needed
14
  FROM base AS builder
 
8
 
9
  # Install dependencies based on the preferred package manager
10
  COPY --link package.json bun.lockb* ./
11
+ RUN bun install
12
 
13
  # Rebuild the source code only when needed
14
  FROM base AS builder