Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dockerfiles and Docker Compose #20

Merged
merged 1 commit into from
Sep 7, 2021
Merged

Dockerfiles and Docker Compose #20

merged 1 commit into from
Sep 7, 2021

Conversation

bbengfort
Copy link
Contributor

Implements containerization with Dockerfiles and sets up a docker
compose configuration for local development. Also adds a build script
for building the images and pushing to our deployment registries. This
is a first step before continuous deployment to Cloud Run is configured.

@bbengfort bbengfort requested a review from elysee15 September 7, 2021 14:53
@codecov
Copy link

codecov bot commented Sep 7, 2021

Codecov Report

Merging #20 (d98b558) into main (45cb926) will decrease coverage by 0.04%.
The diff coverage is n/a.

❗ Current head d98b558 differs from pull request most recent head 75f4255. Consider uploading reports for the commit 75f4255 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##             main      #20      +/-   ##
==========================================
- Coverage   56.36%   56.31%   -0.05%     
==========================================
  Files          49       51       +2     
  Lines        1155     1156       +1     
  Branches       74       75       +1     
==========================================
  Hits          651      651              
- Misses        427      428       +1     
  Partials       77       77              
Impacted Files Coverage Δ
web/src/services/secret.ts
web/src/services/createSecret.ts 0.00% <0.00%> (ø)
web/src/services/ShowSecret.ts 0.00% <0.00%> (ø)
web/src/services/deleteSecret.ts 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 45cb926...75f4255. Read the comment docs.

Implements containerization with Dockerfiles and sets up a docker
compose configuration for local development. Also adds a build script
for building the images and pushing to our deployment registries. This
is a first step before continuous deployment to Cloud Run is configured.
@bbengfort bbengfort merged commit 7a62c17 into main Sep 7, 2021
@bbengfort bbengfort deleted the dockerize branch September 7, 2021 15:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants