Fixup
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Colin 2024-04-17 11:01:27 -04:00
parent e394a349c1
commit bdaa01436d
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
FROM fluent/fluentd:v1.12-debian-1
USER root
COPY go-glitch /
RUN chmod 777 /go-glitch
COPY fluent.conf /fluentd/etc/
RUN chown -R fluent:fluent /fluentd && chmod -R 700 /fluentd/etc
USER fluent