From f5d095222ba7c05085c14085bb66ec208534045b Mon Sep 17 00:00:00 2001 From: Witalij Poljatchek Date: Thu, 11 Jan 2024 01:42:47 +0100 Subject: [PATCH] . --- Dockerfile | 3 +-- Jenkinsfile | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e2cbe82..2806cac 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ No newline at end of file diff --git a/Jenkinsfile b/Jenkinsfile index 3e99adf..2c6da33 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,6 +11,7 @@ pipeline { npm install npm run build pwd + echo docker build --progress=plain -t bbuddy/bbuddy_ui:latest . ''' }