updated frontend for emergency

This commit is contained in:
2026-01-04 17:16:46 -05:00
parent 9e45cb2c38
commit 9563983c4f
5 changed files with 42 additions and 44 deletions

View File

@@ -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