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 . ''' }