This commit is contained in:
@@ -9,7 +9,7 @@ COPY package.json ./
|
||||
COPY bun.lock ./
|
||||
|
||||
# Install the application dependencies
|
||||
RUN bun install --frozen-lockfile --production
|
||||
RUN bun install --production
|
||||
|
||||
# Copy the rest of the application files
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user