Skip to content

Commit

Permalink
bun?
Browse files Browse the repository at this point in the history
  • Loading branch information
cryptofyre authored Aug 9, 2024
1 parent 59af825 commit 646bace
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use the latest Node.js image with Yarn pre-installed as a base
FROM node:22-alpine
FROM oven/bun:canary-alpine

# Set the working directory
WORKDIR /usr/src/app
Expand All @@ -14,7 +14,7 @@ RUN corepack enable
COPY package.json yarn.lock ./

# Install dependencies using Yarn
RUN yarn install
RUN bun install

# Copy the rest of the application code
COPY . .
Expand Down

0 comments on commit 646bace

Please sign in to comment.