Skip to content

Commit

Permalink
Merge pull request #12 from Iapetus999/Fix_log_path
Browse files Browse the repository at this point in the history
Log path
  • Loading branch information
Nestor Sokil authored Jul 15, 2021
2 parents 8787de7 + 5e4078e commit 05f6e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

0 comments on commit 05f6e87

Please sign in to comment.