Skip to content

Commit

Permalink
Updated entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehipwell committed Oct 4, 2022
1 parent dadd95b commit 3a75a43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN addgroup --system --gid 2000 fluent && adduser --system --ingroup fluent --u
&& chown -R fluent /fluentd && chgrp -R fluent /fluentd

COPY fluent.yaml /fluentd/etc/
COPY entrypoint.sh /bin/
COPY --chmod=755 entrypoint.sh /bin/

ENV FLUENTD_CONF="fluent.yaml"

Expand Down
18 changes: 0 additions & 18 deletions fluent.conf

This file was deleted.

0 comments on commit 3a75a43

Please sign in to comment.