Fix Dockerfile?
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0) (push) Failing after 57s
Some checks failed
Deploy App / docker (ubuntu-latest, 2.44.0) (push) Failing after 57s
This commit is contained in:
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"]
|
Loading…
Reference in New Issue
Block a user