🐳 Adds docker integration
This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM oven/bun:latest
|
||||
WORKDIR /app
|
||||
|
||||
COPY . .
|
||||
|
||||
RUN bun install
|
||||
RUN bun run build
|
||||
RUN bun install --global serve
|
||||
|
||||
EXPOSE 3000
|
||||
CMD serve dist
|
Reference in New Issue
Block a user