Skip to content

Commit

Permalink
Merge pull request #53 from dappnode/pablomendezroyo-patch-1
Browse files Browse the repository at this point in the history
Remove maximum heap size
  • Loading branch information
pablomendezroyo authored Oct 6, 2023
2 parents d0e7851 + aa0197c commit 8496beb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions web3signer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ RUN apt update && apt install ca-certificates unzip --yes
COPY /security /security
COPY entrypoint.sh /usr/bin/entrypoint.sh

ENV JAVA_OPTS="-Xmx2g -Xms128m"

#USER web3signer
EXPOSE 9000
ENTRYPOINT /bin/bash /usr/bin/entrypoint.sh

0 comments on commit 8496beb

Please sign in to comment.