-our beliefs

This commit is contained in:
2025-10-08 19:28:01 +02:00
parent 1ec928d964
commit 6048a8f613
16 changed files with 103 additions and 414 deletions

View File

@@ -4,6 +4,8 @@ WORKDIR /app
COPY package.json ./
RUN npm install
COPY . .
ARG VITE_API_BASE_URL=https://annavillesda.org
ENV VITE_API_BASE_URL=$VITE_API_BASE_URL
RUN npm run build
FROM nginx:alpine