feat: implement SEO improvements, listing profiles, service images, and towns serviced

This commit is contained in:
2026-03-08 15:12:55 -04:00
parent 7ac2c7c59e
commit c6ca35fcd9
28 changed files with 4258 additions and 85 deletions

View File

@@ -1,9 +1,11 @@
FROM node:20.11.1 AS builder
ENV PUBLIC_BASE_URL=https://api.auburnoil.com
ARG PUBLIC_API_URL=https://api.localoilprices.com
ENV PUBLIC_API_URL=$PUBLIC_API_URL
WORKDIR /app
COPY package*.json .
COPY package*.json ./
RUN npm ci
COPY . .
RUN npm run build