Skip to content

Commit

Permalink
Merge pull request #25 from Food-fusion-Fiap/feat/ms-decomposition-nosql
Browse files Browse the repository at this point in the history
Feat/ms decomposition nosql
  • Loading branch information
mmatheusbr authored Jul 16, 2024
2 parents 457f61d + 6a5f564 commit 206f6f3
Show file tree
Hide file tree
Showing 5 changed files with 3,053 additions and 4 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN go build -o /go/bin/app .
FROM golang:1.22.1-alpine

COPY --from=builder /go/bin/app /go/bin/app
COPY --from=builder /app/infra/cert/global-bundle.pem /infra/cert/global-bundle.pem

EXPOSE 8080

Expand Down
Loading

0 comments on commit 206f6f3

Please sign in to comment.