Skip to content
This repository was archived by the owner on May 23, 2026. It is now read-only.

Commit 13dc8e7

Browse files
committed
Fix Dockerfile
1 parent 5ce09e5 commit 13dc8e7

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

Dockerfile

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,4 @@ ENV DISCORD_TOKEN=MISSING_TOKEN
1111
ENV BATTLEMETRICS_API_KEY=MISSING_KEY
1212

1313
# Start
14-
CMD [
15-
"java",
16-
"--enable-native-access=ALL-UNNAMED",
17-
"-jar",
18-
"/app/rust-essential.jar"
19-
]
14+
CMD [ "java", "--enable-native-access=ALL-UNNAMED", "-jar", "/app/rust-essential.jar" ]

0 commit comments

Comments
 (0)