mirror of
https://github.com/coollabsio/coolify-examples.git
synced 2026-02-24 08:18:57 +00:00
Update bun.lockb, Dockerfile, and package.json for bun version upgrade and installation changes
This commit is contained in:
@@ -4,7 +4,7 @@ RUN apk add --no-cache git
|
|||||||
|
|
||||||
COPY package.json bun.lockb ./
|
COPY package.json bun.lockb ./
|
||||||
# Make sure these files are present before installing
|
# Make sure these files are present before installing
|
||||||
RUN bun install
|
RUN bun install --frozen-lockfile
|
||||||
|
|
||||||
# Now copy the rest of your source code
|
# Now copy the rest of your source code
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
BIN
bun/bun.lockb
BIN
bun/bun.lockb
Binary file not shown.
@@ -13,6 +13,6 @@
|
|||||||
"typescript": "^5.3.3"
|
"typescript": "^5.3.3"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bun": "^1.1.21"
|
"bun": "^1.1.45"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user