Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung authored Dec 27, 2023
1 parent 3603d7a commit c942ad5
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 @@ -4,4 +4,4 @@ WORKDIR /usr/src/parser
ADD . /usr/src/parser
RUN mvn -q -f /usr/src/parser/pom.xml clean install -U

CMD ["java", "-jar", "-Xmx1g", "/usr/src/parser/target/stats-0.1.0.jar", "5600"]
CMD ["java", "-jar", "-Xmx512m", "/usr/src/parser/target/stats-0.1.0.jar", "5600"]

0 comments on commit c942ad5

Please sign in to comment.