integrate kontor-angular

This commit is contained in:
2026-04-19 20:05:50 +02:00
parent b59ecc6ac9
commit b5726af898
17 changed files with 98 additions and 19 deletions
+1
View File
@@ -8,6 +8,7 @@ COPY . /app
RUN npm run build
FROM docker.io/library/nginx:stable-alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY --from=build /app/dist /usr/share/nginx/html
EXPOSE 80
CMD ["nginx", "-g", "daemon off;"]