Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit 5975f7c

Browse files
committed
Move persistence-elastic up one level
1 parent f1d3390 commit 5975f7c

File tree

24 files changed

+123
-123
lines changed

24 files changed

+123
-123
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

hooks/persistence/persistence-elastic/Dockerfile renamed to hooks/persistence-elastic/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ WORKDIR /home/app
44
COPY package.json package-lock.json ./
55
RUN npm ci --production
66

7-
FROM scbexperimental/persistence-sdk-nodejs:latest
8-
WORKDIR /home/app/persistence-wrapper/persistence/
7+
FROM scbexperimental/hook-sdk-nodejs:latest
8+
WORKDIR /home/app/hook-wrapper/hook/
99
COPY --from=build --chown=app:app /home/app/node_modules/ ./node_modules/
10-
COPY --chown=app:app ./persist.js ./persist.js
10+
COPY --chown=app:app ./hook.js ./hook.js

hooks/persistence/persistence-elastic/__mocks__/@elastic/elasticsearch.js renamed to hooks/persistence-elastic/__mocks__/@elastic/elasticsearch.js

File renamed without changes.

hooks/persistence/persistence-elastic/charts/elasticsearch-7.6.1.tgz renamed to hooks/persistence-elastic/charts/elasticsearch-7.6.1.tgz

File renamed without changes.

hooks/persistence/persistence-elastic/charts/kibana-7.6.1.tgz renamed to hooks/persistence-elastic/charts/kibana-7.6.1.tgz

File renamed without changes.

hooks/persistence/persistence-elastic/dashboardImporter/Dockerfile renamed to hooks/persistence-elastic/dashboardImporter/Dockerfile

File renamed without changes.

0 commit comments

Comments
 (0)