Skip to content

Commit

Permalink
Events
Browse files Browse the repository at this point in the history
  • Loading branch information
Raajheer1 committed Oct 13, 2024
1 parent e2cb791 commit f69df1c
Show file tree
Hide file tree
Showing 22 changed files with 6,577 additions and 117 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -o api cmd/api/external/main.go
FROM gcr.io/distroless/static-debian12:nonroot AS final

WORKDIR /app
COPY --from=build /src/external/docs /app/external/docs
COPY --from=build /src/api /app/api

CMD ["/app/api"]
13 changes: 0 additions & 13 deletions Dockerfile_internal

This file was deleted.

Loading

0 comments on commit f69df1c

Please sign in to comment.