Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xd003 authored Aug 8, 2021
1 parent 8f255cb commit 0554a41
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 @@ -11,7 +11,7 @@ RUN wget https://get.filebot.net/filebot/FileBot_"$FILEBOT_VERSION"/FileBot_"$FI
&& dpkg -i FileBot_"$FILEBOT_VERSION"_universal.deb \
&& rm -rf FileBot_"$FILEBOT_VERSION"_universal.deb

ENV JAVA_OPTS="-Xmx1g"
ENV JAVA_OPTS="-Xmx2g"
ENV HOME /data
ENV LANG C.UTF-8

Expand Down

0 comments on commit 0554a41

Please sign in to comment.