This commit is contained in:
skeris 2025-02-24 18:05:18 +03:00
parent f2b2e784c9
commit 36028d4e72
2 changed files with 47251 additions and 0 deletions

@ -13,4 +13,5 @@ FROM penahub.gitlab.yandexcloud.net:5050/devops/dockerhub-backup/nginx as result
WORKDIR /usr/share/nginx/html
COPY --from=build /usr/app/dist/ /usr/share/nginx/html
COPY --from=build /usr/app/widget/widget.js /usr/share/nginx/html/export/pub.js
COPY ./widget_en.js /usr/share/nginx/html/export/pub_en.js
COPY hub.conf /etc/nginx/conf.d/default.conf

47250
widget_en.js Normal file

File diff suppressed because one or more lines are too long