Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 558 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 558 Bytes

looker-gcp-auth-service

GCP Installation Tutorial:

Click here for an in depth article on installing this project.

Local Installation Instructions:

To install locally

nvm use 16
yarn install

To run locally

node index.js

To build Docker image locally

docker build -t looker-gcp-auth-service .

To run Docker image

docker run -d -p 3000:3000 --name looker-gcp-auth-service--app looker-gcp-auth-service