Skip to content

Commit 306b807

Browse files
authored
Update Dockerfile
1 parent 152a772 commit 306b807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ COPY settings.gradle .
1010

1111
RUN ./gradlew build
1212

13-
CMD [ "java", "-jar", "build/libs/meteor-bot-all.jar" ]
13+
ENTRYPOINT java $JAVA_OPTS -jar build/libs/meteor-bot-all.jar

0 commit comments

Comments
 (0)