Merge branch 'main' of https://git.scottyah.com/public/bestofpb
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 1m49s

This commit is contained in:
2026-04-05 10:30:48 -07:00
2 changed files with 44 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# Multi-stage build for React Awards Map
FROM node:20-alpine AS frontend-builder
FROM harbor.scottyah.com/dockerhub-cache/library/node:20-alpine AS frontend-builder
WORKDIR /app/frontend
@@ -17,7 +17,7 @@ ENV VITE_API_URL=""
RUN npm run build
# Production stage
FROM node:20-alpine
FROM harbor.scottyah.com/dockerhub-cache/library/node:20-alpine
WORKDIR /app