Skip to content

Commit

Permalink
Merge pull request #193 from Kerosene-Labs/BIL-6-update-fixed
Browse files Browse the repository at this point in the history
BIL-6: Building Workflow
  • Loading branch information
hlafaille authored Jan 2, 2025
2 parents 8fc1864 + 3775f3d commit 2b486f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:lts
FROM oven/bun:latest

# copy dist
RUN mkdir /app
Expand All @@ -8,4 +8,4 @@ COPY build /app
COPY node_modules /app/node_modules

WORKDIR /app
ENTRYPOINT [ "node", "index.js"]
ENTRYPOINT [ "bun", "index.js"]

0 comments on commit 2b486f6

Please sign in to comment.