Clear lock
All checks were successful
Build and deploy / deploy (push) Successful in 1m16s

This commit is contained in:
2025-04-26 23:04:47 +01:00
parent 0dedfc4fb2
commit 6a2b5abc39
2 changed files with 226 additions and 142 deletions

View File

@@ -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 . .