Skip to content
This repository was archived by the owner on Dec 17, 2019. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN GOBIN=/go/src/github.com/letsencrypt/boulder/bin go install ./...
ENV BOULDER_MYSQL_PORT=43306
ENV BOULDER_AMQP_PORT=45672
ENV BOULDER_PORT=4000
ENV BOULDER_CALLBACK_PORT=8000
ENV BOULDER_CALLBACK_PORT=5002

COPY config/rate-limit-policies.yml /go/src/github.com/letsencrypt/boulder/test
COPY bin/entrypoint.sh /usr/bin
Expand Down