yarn install
yarn serve
yarn build
yarn lint
docker build -t eu.gcr.io/t1t-pre-prod/read-my-cards:latest .docker run -it -p 8080:8080 -e VUE_APP_T1C_URL="https://t1c.t1t.io" -e VUE_APP_T1C_PORT="51883" "eu.gcr.io/t1t-pre-prod/read-my-cards:latest"To push the images make sure you are logged in to the correct gcloud environment
gcloud config set project t1t-pre-prodand then make sure docker is configured
gcloud auth configure-docker