fix Dockerfile
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0, 17, 3.8.5) (push) Successful in 1m35s

This commit is contained in:
Lee 2024-04-10 10:51:16 +01:00
parent c0c4e32809
commit e26a34fb74

@ -14,4 +14,4 @@ EXPOSE 80
ENV PORT=80 ENV PORT=80
# Run the jar file # Run the jar file
CMD ["java", "-jar", "target/Minecraft-Helper-1.0-SNAPSHOT.jar"] CMD ["java", "-jar", "target/Minecraft-Utilities.jar"]