Skip to content

Commit

Permalink
Merge pull request #1 from Shunpoco/feature/init
Browse files Browse the repository at this point in the history
Container registoryにデプロイ
  • Loading branch information
Shunpoco authored Oct 6, 2019
2 parents 83f1def + 5e67dc2 commit 43c6a5f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM node:dubnium

RUN npm install -g firebase-tools

ENTRYPOINT ["/usr/local/bin/firebase"]
9 changes: 9 additions & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
steps:
- name: "gcr.io/cloud-builders/docker"
args:
- build
- -t
- gcr.io/$PROJECT_ID/firebase
- .
images:
- "gcr.io/$PROJECT_ID/firebase"

0 comments on commit 43c6a5f

Please sign in to comment.