Skip to content

Commit

Permalink
docker image openstatusHQ#322
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapandey51 committed Jul 21, 2024
1 parent 3a05e9f commit f5b557d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions apps/web/DockerFile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
FROM oven/bun

WORKDIR /app

COPY tsconfig.json package.json vercel.json ./

RUN bun install --ignore-scripts

COPY . .

EXPOSE 3000

CMD ["bun", "start"]

0 comments on commit f5b557d

Please sign in to comment.