Skip to content

Commit

Permalink
Switch to bun:slim
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Mangani <[email protected]>
  • Loading branch information
lmangani authored Nov 6, 2023
1 parent 45507a9 commit 8c5e19c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile_bun
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# qryn bun builder
FROM oven/bun:alpine
FROM oven/bun:slim

# BUILD FORCE
ENV BUILD 20231027
Expand All @@ -12,4 +12,4 @@ RUN bun install

# Expose Ports
EXPOSE 3100
CMD [ "bun", "qryn.mjs" ]
CMD [ "bun", "--bun", "qryn.mjs" ]

0 comments on commit 8c5e19c

Please sign in to comment.