Retoor software development Projects Research SearchXNG
Register Sign In

12 lines
233 B
Docker
Raw Normal View History

feat: add user_id index to profiles table for faster lookups The new index on the `user_id` column in the `profiles` table improves query performance when filtering or joining by user identifier, reducing full table scans during profile retrieval operations.
2026-05-12 15:07:34 +02:00
FROM nginx:alpine
RUN apk add --no-cache gettext
chore: configure production environment variables and deployment settings
2026-05-16 01:28:39 +02:00
COPY nginx/nginx.conf.template /etc/nginx/templates/default.conf.template
feat: add user_id index to profiles table for faster lookups The new index on the `user_id` column in the `profiles` table improves query performance when filtering or joining by user identifier, reducing full table scans during profile retrieval operations.
2026-05-12 15:07:34 +02:00
COPY nginx/start.sh /start.sh
COPY devplacepy/static /app/static
RUN chmod +x /start.sh
CMD ["/start.sh"]
Reference in New Issue Copy Permalink
62c4520f2f
devplacepy/nginx/Dockerfile
Response time: 38ms
Mail Licenses API