--
This commit is contained in:
parent
75c7fb55e7
commit
05ffc45c18
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user