build: build frontend assets

This commit is contained in:
2025-06-04 17:09:01 +09:00
committed by Satsuki Akiba (aider)
parent 62fcf4c12c
commit cdea24d538

View File

@ -13,6 +13,8 @@ COPY . .
# Install dependencies # Install dependencies
RUN bun install RUN bun install
RUN bun run build:frontend
# Expose the port your app runs on # Expose the port your app runs on
EXPOSE 3000 EXPOSE 3000