Pepguy commited on
Commit
40881e7
·
verified ·
1 Parent(s): 9f6bc56

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -38,7 +38,7 @@ WORKDIR /app
38
 
39
  # Copy package files and install dependencies
40
  COPY --chown=user package.json bun.lockb* ./
41
- RUN bun install --frozen-lockfile
42
 
43
  # Copy the rest of the application source and the startup script
44
  COPY --chown=user . /app
 
38
 
39
  # Copy package files and install dependencies
40
  COPY --chown=user package.json bun.lockb* ./
41
+ RUN bun install
42
 
43
  # Copy the rest of the application source and the startup script
44
  COPY --chown=user . /app