fix bug (attempt 2)

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

View File

@ -1,7 +1,7 @@
FROM oven/bun:latest
WORKDIR /app
RUN bun install
COPY package.json bun.lockb ./
COPY package.json ./
COPY . .
RUN bun run build:css
EXPOSE 3000