Update 2 files
- /Dockerfile - /deployments/staging/docker-compose.yaml
This commit is contained in:
parent
205f652dd7
commit
249144e0a8
@ -1,4 +1,4 @@
|
||||
FROM node:20.10-alpine3.18 as build
|
||||
FROM penahub.gitlab.yandexcloud.net:5050/devops/dockerhub-backup/node as build
|
||||
|
||||
RUN apk update && rm -rf /var/cache/apk/*
|
||||
WORKDIR /usr/app
|
||||
@ -9,7 +9,7 @@ RUN yarn build
|
||||
RUN yarn build:widget
|
||||
|
||||
|
||||
FROM nginx:latest as result
|
||||
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
|
||||
|
@ -1,3 +1,4 @@
|
||||
version: "3"
|
||||
services:
|
||||
respondent:
|
||||
container_name: respondent
|
||||
|
Loading…
Reference in New Issue
Block a user