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 @@ -29,7 +29,7 @@ COPY index.html vite.config.js eslint.config.js tsconfig.json /opt/app/
ENV NODE_ENV=production
RUN NODE_OPTIONS="--max-old-space-size=6144" npm run build

FROM nginx:1.29.1-alpine
FROM nginx:1.29.3-alpine
WORKDIR /usr/share/nginx/html

# Replace the nginx config files
Expand Down