Fix Dockerfile?
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0) (push) Failing after 57s

This commit is contained in:
Braydon 2024-04-07 00:53:35 -04:00
parent e58d704800
commit 346ec6903d

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