updated frontend for emergency
This commit is contained in:
@@ -3,7 +3,7 @@ FROM node:23.11.0 AS builder
|
||||
|
||||
ENV PUBLIC_BASE_URL=https://api.auburnoil.com
|
||||
WORKDIR /app
|
||||
COPY package*.json .
|
||||
COPY package*.json ./
|
||||
RUN npm ci
|
||||
COPY . .
|
||||
RUN npm run build
|
||||
|
||||
Reference in New Issue
Block a user