Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN npx tailwindcss -i ./src/input.css -o ./dist/tailwind.css
CMD ["python", "app.py"]
# Use multi-stage builds to reduce the final image size
# Stage 1: Build Tailwind CSS using a Node.js image
FROM node:18-alpine AS tailwind-builder
FROM node:24-alpine AS tailwind-builder

WORKDIR /app

Expand Down