RED-3800 try get successful build x2
This commit is contained in:
parent
c550519c0a
commit
88a0029280
2
.gitignore
vendored
2
.gitignore
vendored
@ -47,3 +47,5 @@ paligo-styles/style.css*
|
||||
|
||||
migrations.json
|
||||
*.iml
|
||||
|
||||
docker-compose.yml
|
||||
|
||||
@ -1,5 +1,8 @@
|
||||
FROM node:18.12-buster as prep
|
||||
|
||||
ARG BUILDVERSION=0.0.0
|
||||
RUN echo $BUILDVERSION
|
||||
|
||||
RUN apt-get update && apt-get install -y jq
|
||||
COPY package.json /tmp
|
||||
|
||||
@ -40,7 +43,7 @@ COPY sonar.js sonar.js
|
||||
# RUN node sonar.js
|
||||
RUN yarn run build-lint-all
|
||||
RUN yarn run build-paligo-styles
|
||||
|
||||
RUN rm -rf ./node_modules
|
||||
CMD ["/bin/cp", "-r", "/ng-app/dist/paligo-styles", "/tmp/styles-export"]
|
||||
|
||||
### STAGE 2: Setup ###
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user