mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-18 21:38:58 +00:00
Update Dockerfile
This commit is contained in:
@@ -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 . .
|
||||
|
||||
Reference in New Issue
Block a user