We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ae3e0 commit d471ee6Copy full SHA for d471ee6
frontend/Dockerfile
@@ -1,6 +1,6 @@
1
# Step 1: Build the React application
2
FROM node:20 AS build
3
-ENV BACKEND_API_URL "https://devbackend-dcavk67s4a-uc.a.run.app"
+ENV BACKEND_API_URL "https://staging-frontend-dcavk67s4a-uc.a.run.app/"
4
ENV BLOOM_URL "https://bloom-latest.s3.eu-west-2.amazonaws.com/assets/index.html?connectURL=neo4j%2B://"
5
WORKDIR /app
6
COPY package.json .npmrc yarn.lock ./
0 commit comments