Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit acb2737

Browse files
authoredMar 16, 2025··
feat: download object as json and csv (#17)
1 parent 7d3948c commit acb2737

File tree

62 files changed

+2759
-659
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+2759
-659
lines changed
 

‎Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ RUN mkdir /data && chmod 755 -R /data
1818
FROM gcr.io/distroless/static-debian12:nonroot
1919

2020
# Copy the binary to the production image from the builder stage.
21+
COPY --from=builder /etc/mime.types /etc/mime.types
2122
COPY --from=builder /app/ndc-cli /ndc-cli
2223
COPY --from=builder --chown=65532:65532 /data /home/nonroot/data
23-
2424
ENV HASURA_CONFIGURATION_DIRECTORY=/etc/connector
2525

2626
ENTRYPOINT ["/ndc-cli"]

‎compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ services:
9696

9797
# https://github.com/fsouza/fake-gcs-server
9898
gcp-storage-emulator:
99-
image: fsouza/fake-gcs-server:1.52.1
99+
image: fsouza/fake-gcs-server:1.52.2
100100
command:
101101
[
102102
"-public-host",

0 commit comments

Comments
 (0)
Please sign in to comment.