Skip to content

Commit 55bacb1

Browse files
modified the docker for cloud run deployment
1 parent 880ecac commit 55bacb1

16 files changed

+236
-531
lines changed

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,4 +159,6 @@ cython_debug/
159159
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160160
#.idea/
161161
.vscode/launch.json
162-
temp.pdf
162+
temp.pdf
163+
google-cloud-sdk
164+
google-cloud-cli-469.0.0-linux-x86_64.tar.gz

frontend/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
//registry.npmjs.org/:_authToken=${NPM_TOKEN}

frontend/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ FROM node:20 AS build
33
ENV BACKEND_API_URL "https://devbackend-dcavk67s4a-uc.a.run.app"
44
ENV BLOOM_URL "https://bloom-latest.s3.eu-west-2.amazonaws.com/assets/index.html?connectURL=neo4j%2B://"
55
WORKDIR /app
6-
COPY package.json yarn.lock ./
6+
COPY package.json .npmrc yarn.lock ./
7+
RUN yarn add @neo4j-nvl/interaction-handlers @neo4j-nvl/core @neo4j-nvl/react
78
RUN yarn install
89
COPY . ./
910
RUN yarn run build
Binary file not shown.

frontend/nvl-modules/neo4j-nvl-core/core.d.ts

Lines changed: 0 additions & 391 deletions
This file was deleted.

frontend/nvl-modules/neo4j-nvl-core/core.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

frontend/nvl-modules/neo4j-nvl-core/core.js.LICENSE.txt

Lines changed: 0 additions & 25 deletions
This file was deleted.

frontend/nvl-modules/neo4j-nvl-core/package.json

Lines changed: 0 additions & 10 deletions
This file was deleted.

frontend/nvl-modules/neo4j-nvl-interaction-handlers/README.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)