Skip to content

Commit 7b5db8d

Browse files
Add files via upload
1 parent 5736d34 commit 7b5db8d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Dockerfile.backend

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
FROM oven/bun:1
2+
3+
WORKDIR /usr/src/app
4+
5+
COPY . .
6+
7+
RUN bun install
8+
9+
RUN bun run generate:db
10+
11+
EXPOSE 8080
12+
13+
CMD ["bun", "start:backend"]

0 commit comments

Comments
 (0)