Skip to content

Commit d471ee6

Browse files
Update Dockerfile
1 parent 09ae3e0 commit d471ee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Step 1: Build the React application
22
FROM node:20 AS build
3-
ENV BACKEND_API_URL "https://devbackend-dcavk67s4a-uc.a.run.app"
3+
ENV BACKEND_API_URL "https://staging-frontend-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
66
COPY package.json .npmrc yarn.lock ./

0 commit comments

Comments
 (0)