ci: sed bump deploy values, fix adminpanel Dockerfile env.js
adminpanel-ci-cd / test (push) Has been skipped
adminpanel-ci-cd / parse-tag (push) Successful in 1s
adminpanel-ci-cd / build-and-push (push) Successful in 19s
adminpanel-ci-cd / deploy-gitops (push) Successful in 1s

This commit is contained in:
sova-ci
2026-06-09 16:25:49 +03:00
parent 245bdb82d8
commit d2ffc96308
2 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ RUN npm run build
FROM nginx:1.27-alpine AS runtime
COPY docker/nginx.conf /etc/nginx/conf.d/default.conf
COPY --from=build /app/dist /usr/share/nginx/html
COPY public/env.js /usr/share/nginx/html/env.js
RUN echo 'window.__ENV__ = window.__ENV__ || {};' > /usr/share/nginx/html/env.js
COPY docker/entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
EXPOSE 80