From 5e4078ed6c7041dcc43c54a5510032b56631a1cf Mon Sep 17 00:00:00 2001 From: Andrew Rosenberg Date: Mon, 1 Mar 2021 13:08:49 -0800 Subject: [PATCH] Log path --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9d200efe..7fc8bc55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,8 +15,8 @@ RUN apk --no-cache add ca-certificates FROM ubuntu:latest RUN apt-get update && apt-get install -y supervisor -RUN mkdir -p /var/log/supervisor COPY --from=build /go/bin/ratelimit /bin/ratelimit COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf +RUN mkdir -p /var/log/supervisor ENTRYPOINT ["/usr/bin/supervisord"] \ No newline at end of file