Skip to content

davidstocker/looker-gcp-auth-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 70.1%
  • HCL 28.9%
  • Dockerfile 1.0%