Skip to content

Commit

Permalink
Update dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
emortaldev committed Sep 1, 2023
1 parent 518b89a commit 1bcf061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:20-jre
FROM --platform=$BUILDPLATFORM eclipse-temurin:20-jre

RUN mkdir /app
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ tasks {

manifest {
attributes(
"Main-Class" to "dev.emortal.minestom.battle.Entrypoint",
"Main-Class" to "dev.emortal.minestom.battle.Main",
"Multi-Release" to true
)
}
Expand Down

0 comments on commit 1bcf061

Please sign in to comment.