fix mistake in logic!

This commit is contained in:
Aidan 2025-01-10 00:57:39 -05:00 committed by GitHub
parent 9cc43349a0
commit d363a5de45
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 ./
RUN bun install
COPY . .
RUN bun run build:css
EXPOSE 3000