Skip to content

Commit

Permalink
fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
v6ak committed Oct 16, 2023
1 parent efe2cbe commit 8e79099
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 @@ -39,6 +39,6 @@ RUN \
rm sbt-$(cat /sbt-version).rpm && \
mkdir /project
WORKDIR /project
ENV SBT_OPTS="-XX:MaxPermSize=2G -Xmx2G -Xms1G"
ENV SBT_OPTS="-Xmx2G -Xms1G"

FROM conservative AS default

0 comments on commit 8e79099

Please sign in to comment.