Redeploy
All checks were successful
Deploy App / docker (ubuntu-latest, 2.44.0) (push) Successful in 30s

This commit is contained in:
Braydon 2024-04-07 00:55:21 -04:00
parent 346ec6903d
commit 46349a1b47

@ -16,4 +16,4 @@ EXPOSE 80
ENV PORT 80 ENV PORT 80
# Start the app # Start the app
CMD ["java", "-jar", "/home/container/target/RESTfulMC.jar"] CMD ["java", "-jar", "target/RESTfulMC.jar"]