This commit is contained in:
2026-05-25 21:27:13 +02:00
parent f81be12a38
commit 273e032245
7 changed files with 909 additions and 1 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ RUN npm ci
COPY . .
RUN npm run build
FROM nginx:alpine
FROM public.ecr.aws/nginx/nginx:alpine
COPY --from=build /app/dist /usr/share/nginx/html
COPY nginx.conf /etc/nginx/conf.d/default.conf
EXPOSE 80