build backend and auto build and push everything
build-and-push / build (push) Canceled after 0s

This commit is contained in:
2026-08-01 00:27:38 +05:00
parent 533faabab9
commit 2f66c04d1b
7 changed files with 102 additions and 11 deletions
+1
View File
@@ -10,3 +10,4 @@ RUN echo VITE_API_TARGET=$VITE_API_TARGET > .env \
FROM nginx
COPY --from=frontendbuilder /var/www/html/dist /usr/share/nginx/html
COPY .build/prod/nginx.conf /etc/nginx/conf.d/default.conf