Skip to content

Commit 05f6e87

Browse files
author
Nestor Sokil
authored
Merge pull request #12 from Iapetus999/Fix_log_path
Log path
2 parents 8787de7 + 5e4078e commit 05f6e87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ RUN apk --no-cache add ca-certificates
1515

1616
FROM ubuntu:latest
1717
RUN apt-get update && apt-get install -y supervisor
18-
RUN mkdir -p /var/log/supervisor
1918
COPY --from=build /go/bin/ratelimit /bin/ratelimit
2019
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
20+
RUN mkdir -p /var/log/supervisor
2121

2222
ENTRYPOINT ["/usr/bin/supervisord"]

0 commit comments

Comments
 (0)