Adjustments for working deployment
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-24 19:12:29 +02:00
parent f6dbf489ad
commit 8681247e76
4 changed files with 20 additions and 8 deletions

View File

@@ -7,7 +7,12 @@ RUN pnpm install
RUN pnpm "build:$CONFIGURATION"
FROM nginx:alpine
RUN rm /etc/nginx/conf.d/*
ENV DOLLAR=$
WORKDIR /usr/share/nginx/html
COPY --from=build /usr/local/app/dist/Vegasco-Web/browser .
COPY nginx.conf /etc/nginx/nginx.conf
COPY webserver.conf.template /etc/nginx/templates/webserver.conf.template
EXPOSE 80