Fix frontend build: compile React bundle properly
All checks were successful
Build and Push Frontend / build (push) Successful in 22s
All checks were successful
Build and Push Frontend / build (push) Successful in 22s
- Build TypeScript/React to JavaScript bundle - Serve compiled main.js and main.css - Update HTML to load compiled assets - Add build step to Dockerfile Co-Authored-By: Claude Sonnet 4.5 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -11,6 +11,9 @@ RUN bun install --frozen-lockfile --production
|
||||
# Copy source code
|
||||
COPY . .
|
||||
|
||||
# Build the React bundle
|
||||
RUN bun run build
|
||||
|
||||
# Expose port
|
||||
EXPOSE 3001
|
||||
|
||||
|
||||
Reference in New Issue
Block a user