Update Dockerfile

This commit is contained in:
Andras Bacsai
2025-01-22 14:51:31 +01:00
committed by GitHub
parent 5ace7cdba7
commit 3687e55c86

View File

@@ -4,7 +4,7 @@ RUN apk add --no-cache git
COPY package.json bun.lockb ./
# Make sure these files are present before installing
RUN bun install --frozen-lockfile
RUN bun install
# Now copy the rest of your source code
COPY . .