This commit is contained in:
skeris 2025-02-19 20:32:06 +03:00 committed by Nastya
parent 75c7fb55e7
commit 05ffc45c18
2 changed files with 1 additions and 6 deletions

@ -1 +1 @@
REACT_APP_DOMAIN="quiz.pena.digital"
REACT_APP_DOMAIN="https://quiz.pena.digital"

@ -4,11 +4,6 @@ RUN apk update && rm -rf /var/cache/apk/*
WORKDIR /usr/app
COPY . .
RUN npm config set -- //penahub.gitlab.yandexcloud.net/api/v4/packages/npm/:_authToken=glpat-JL_7wSM1QpW7xGfd-oWX
RUN npm config set -- //penahub.gitlab.yandexcloud.net/api/v4/projects/43/packages/npm/:_authToken=glpat-JL_7wSM1QpW7xGfd-oWX
RUN npm config set @frontend:registry https://penahub.gitlab.yandexcloud.net/api/v4/packages/npm/
RUN yarn config set '//penahub.gitlab.yandexcloud.net/api/v4/packages/npm/:_authToken' "glpat-JL_7wSM1QpW7xGfd-oWX"
RUN yarn config set '//penahub.gitlab.yandexcloud.net/api/v4/projects/:_authToken' "glpat-JL_7wSM1QpW7xGfd-oWX"
RUN yarn install --ignore-scripts --non-interactive && yarn cache clean
RUN yarn build