Skip to content

Commit

Permalink
#fix: Dockerfile for bun env
Browse files Browse the repository at this point in the history
  • Loading branch information
akvlad committed Oct 6, 2023
1 parent f4bc4d3 commit 9e83eff
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Dockerfile_bun
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Qryn
FROM oven/bun:1-alpine

# BUILD FORCE
ENV BUILD 703030
ENV PORT 3100

COPY . /app
WORKDIR /app
RUN bun install

# Expose Ports
EXPOSE 3100

CMD [ "bun", "qryn.mjs" ]

0 comments on commit 9e83eff

Please sign in to comment.