Skip to content

Commit

Permalink
build(dockerfile): expose port
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed Sep 24, 2023
1 parent 6b09cb6 commit c122f0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ COPY src/ ./src/
RUN bun install --production --frozen-lockfile

USER bun:bun
EXPOSE 1271
HEALTHCHECK --interval=60s --timeout=3s CMD curl --fail http://127.0.0.1:1271/health || exit 1

CMD ["bun", "start"]

0 comments on commit c122f0a

Please sign in to comment.