Skip to content

Commit

Permalink
fix: add /etc/mime.types mapping table (#8171)
Browse files Browse the repository at this point in the history
Signed-off-by: Ming Yu <mingyu.shi@zendesk.com>
  • Loading branch information
Mins authored Mar 17, 2022
1 parent 6d6e08a commit 715f6ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,8 @@ RUN --mount=type=cache,target=/root/.cache/go-build make dist/argo
FROM argoexec-base as argoexec

COPY --from=argoexec-build /go/src/github.com/argoproj/argo-workflows/dist/argoexec /usr/local/bin/
COPY --from=argoexec-build /etc/mime.types /etc/mime.types

ENTRYPOINT [ "argoexec" ]

####################################################################################################
Expand Down

0 comments on commit 715f6ce

Please sign in to comment.