Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
s3lva-kumar committed Oct 4, 2023
1 parent 4e8eb43 commit a482520
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@
- Once run the Terraform module it will setup the VPC connector, Filestore, and Cloud Run. Then, you get the filestore nfs mount ip with share file (like ip:/fileshare).
- Open the Dockerfile and add the following command alongwith the entrypoint or cmd " mount -o nolock FILESTORE_IP_ADDRESS:/FILE_SHARE_NAME MNT_DIR " (ex: like your CMD is "npm run start", you can add the mount command like this "CMD mount -o nolock $FILESTORE_IP_ADDRESS:/$FILE_SHARE_NAME $MNT_DIR && npm run start")
- Afterware, Build the docker image and push it to GCP Artifact hub
- Once push, replace that docker image link into the cloud run module and run again the terraform apply.
*Note: When we tery to mount the filestore with cloudrun you have to choose the "Execution environment" is "
Second generation".*
- Once pushed, replace that docker image link into the cloud run module and run again the terraform apply.
*Note: When we try to mount the filestore with cloudrun you have to choose the "Execution environment" is "
Second generation". on cloud run module*

0 comments on commit a482520

Please sign in to comment.