maybe this will help

This commit is contained in:
2026-04-05 09:46:36 +02:00
parent 3709a29a57
commit 8ebd5170fd
3 changed files with 11 additions and 33 deletions
+2
View File
@@ -12,5 +12,7 @@ RUN yarn build
FROM nginx:1.29.7-alpine3.23 AS proxy
LABEL org.opencontainers.image.source = "https://github.com/morbalint/kemkas"
COPY --from=builder "/src/dist" "/usr/share/nginx/html"
COPY ./nginx.conf /etc/nginx/nginx.conf