fix Dockerfile
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 46s

This commit is contained in:
Lee 2024-07-23 12:40:29 +01:00
parent 4c35a00018
commit 95a5cab1fc

@ -24,4 +24,4 @@ ENV PORT=7500
EXPOSE $PORT
# Run the jar file
CMD java -jar YetAnotherBeatSaberTracker-1.0.jar -Djava.awt.headless=true
CMD ["java", "-jar", "YetAnotherBeatSaberTracker-1.0.jar", "-Djava.awt.headless=true"]