Redis – Gcloud app deploy cannot ignore Dockerfile
I usually deploy my NodeJS app to Google App Engine and ignore all docker assets when deploying by a .gcloudignore file as below: .git .gitignore Dockerfile docker-compose.yml nginx/ redis-data/ .vscode/ .DS_Store .prettierrc README.md node_modules/ .env Last week I have successfully…