We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8787de7 + 5e4078e commit 05f6e87Copy full SHA for 05f6e87
Dockerfile
@@ -15,8 +15,8 @@ RUN apk --no-cache add ca-certificates
15
16
FROM ubuntu:latest
17
RUN apt-get update && apt-get install -y supervisor
18
-RUN mkdir -p /var/log/supervisor
19
COPY --from=build /go/bin/ratelimit /bin/ratelimit
20
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
+RUN mkdir -p /var/log/supervisor
21
22
ENTRYPOINT ["/usr/bin/supervisord"]
0 commit comments