diff --git a/docker/fluentd/Dockerfile b/docker/fluentd/Dockerfile index d98289b..d39cd13 100644 --- a/docker/fluentd/Dockerfile +++ b/docker/fluentd/Dockerfile @@ -2,8 +2,8 @@ FROM fluent/fluentd:v1.12-debian-1 ENV SENTRY_DSN="https://1be9f9ba4adf4278a664455a98d5d744@glitch.nixc.us/6" ENV SENTRY_LOG_LEVEL=debug USER root -COPY go-glitch /usr/local/bin/ -RUN chmod 777 /usr/local/bin/go-glitch && apt-get update && apt-get install -y netcat curl +COPY go-glitch / +RUN chmod 777 /go-glitch && apt-get update && apt-get install -y netcat curl COPY fluent.conf /fluentd/etc/ RUN chown -R fluent:fluent /fluentd && chmod -R 700 /fluentd/etc USER fluent