Addign new views_repo to Dockerfile
This commit is contained in:
parent
72da542a1a
commit
8101574ba3
@ -9,8 +9,6 @@ steps:
|
||||
- npm install
|
||||
- npm run install
|
||||
- npm run build
|
||||
- rm -rf views/node_modules
|
||||
- rm -rf views_repo/node_modules
|
||||
- name: Publish to docker
|
||||
image: plugins/docker
|
||||
settings:
|
||||
|
@ -24,6 +24,7 @@ RUN npm install
|
||||
|
||||
COPY lib/ /usr/src/app/lib
|
||||
COPY views/out /usr/src/app/views/out/
|
||||
COPY views_repo/build /usr/src/app/views_repo/build
|
||||
|
||||
VOLUME [ "/usr/src/app/logs", "/usr/src/app/keys"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user