Skip to content

Commit

Permalink
remove env var
Browse files Browse the repository at this point in the history
  • Loading branch information
schallert committed May 29, 2019
1 parent 972ae8d commit 5f83473
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/m3dbnode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,5 @@ COPY --from=builder /go/src/github.com/m3db/m3/bin/m3dbnode /bin/
COPY --from=builder /go/src/github.com/m3db/m3/src/dbnode/config/m3dbnode-local-etcd.yml /etc/m3dbnode/m3dbnode.yml
COPY --from=builder /go/src/github.com/m3db/m3/scripts/m3dbnode_bootstrapped.sh /bin/

# Set the environment variable to raise the limit on startup
ENV PROCESS_LIMITS_RAISE true

ENTRYPOINT [ "/bin/m3dbnode" ]
CMD [ "-f", "/etc/m3dbnode/m3dbnode.yml" ]

0 comments on commit 5f83473

Please sign in to comment.