Merge branch 'main' of https://git.scottyah.com/public/bestofpb
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 1m49s
Some checks failed
Build and Deploy / build-and-deploy (push) Failing after 1m49s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user