We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6dd7a commit 823ddcbCopy full SHA for 823ddcb
Dockerfile
@@ -0,0 +1,10 @@
1
+FROM amazoncorretto:18.0.1-alpine3.15
2
+
3
+RUN mkdir /bot
4
+RUN mkdir /data
5
6
+COPY build/libs/ElixirBot-*-all.jar /usr/local/lib/ElixirBot.jar
7
8
+WORKDIR /bot
9
10
+ENTRYPOINT ["java", "-Xms2G", "-Xmx2G", "-jar", "/usr/local/lib/ElixirBot.jar"]
0 commit comments