Skip to content

Commit

Permalink
Install git in Dockerfile for APP_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
0237h committed Apr 22, 2024
1 parent 449af13 commit 7ff549c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
FROM oven/bun
COPY . .
RUN apt-get -y update
RUN apt-get -y install git
RUN bun install
ENTRYPOINT [ "bun", "./index.ts" ]
ENTRYPOINT [ "bun", "run", "start" ]

0 comments on commit 7ff549c

Please sign in to comment.