fix Dockerfile
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 46s
All checks were successful
Deploy to Dokku / docker (ubuntu-latest) (push) Successful in 46s
This commit is contained in:
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"]
|
Reference in New Issue
Block a user