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