feat: implement SEO improvements, listing profiles, service images, and towns serviced
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user