This commit is contained in:
Aidan 2025-01-10 00:54:44 -05:00 committed by GitHub
parent 9bb5c64f58
commit 577e01d7ed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,8 +1,8 @@
FROM oven/bun:latest
WORKDIR /app
COPY package.json bun.lockb ./
RUN bun install
COPY package.json bun.lockb ./
COPY . .
RUN bun run build:css
EXPOSE 3000
CMD ["bun", "run", "app.js"]
CMD ["bun", "run", "app.js"]