This commit is contained in:
parent
28a5a82ca6
commit
f5d095222b
|
@ -6,8 +6,7 @@ WORKDIR /app
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
FROM nginx
|
FROM nginx
|
||||||
COPY --from=build /app /usr/share/nginx/html/
|
COPY --from=build /app /usr/share/nginx/html/
|
||||||
RUN rm /etc/nginx/conf.d/default.conf
|
RUN rm /etc/nginx/conf.d/default.conf
|
||||||
COPY _nginx/nginx.conf /etc/nginx/conf.d
|
COPY _nginx/nginx.conf /etc/nginx/conf.d
|
|
@ -11,6 +11,7 @@ pipeline {
|
||||||
npm install
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
pwd
|
pwd
|
||||||
|
echo
|
||||||
docker build --progress=plain -t bbuddy/bbuddy_ui:latest .
|
docker build --progress=plain -t bbuddy/bbuddy_ui:latest .
|
||||||
'''
|
'''
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue