This commit is contained in:
Witalij Poljatchek 2024-01-11 01:42:47 +01:00
parent 28a5a82ca6
commit f5d095222b
2 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,7 @@ WORKDIR /app
COPY . .
FROM nginx
COPY --from=build /app /usr/share/nginx/html/
RUN rm /etc/nginx/conf.d/default.conf
COPY _nginx/nginx.conf /etc/nginx/conf.d
COPY _nginx/nginx.conf /etc/nginx/conf.d

1
Jenkinsfile vendored
View File

@ -11,6 +11,7 @@ pipeline {
npm install
npm run build
pwd
echo
docker build --progress=plain -t bbuddy/bbuddy_ui:latest .
'''
}