Skip to content

Commit

Permalink
added bun update
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-flip committed Jun 18, 2024
1 parent 52e3165 commit ced7315
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions DockerfileBun
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# get node
# needs to be this version, otherwise breakes uwuifier
FROM oven/bun:1.0.0
FROM oven/bun:1.1.2-alpine

# RUN apk add --no-cache git

Expand All @@ -11,8 +11,10 @@ WORKDIR /usr/src/app
COPY package*.json ./

# building app
RUN bun install
# RUN bun install --production
RUN bun update

# RUN bun install
RUN bun install --production

# Bundle app source
COPY . .
Expand Down

0 comments on commit ced7315

Please sign in to comment.