Unverified Commit 1be03ee0 authored by vky25's avatar vky25 Committed by GitHub
Browse files

Create Dockerfile

No related merge requests found
Showing with 6 additions and 0 deletions
+6 -0
Dockerfile 0 → 100644
FROM openjdk:17-oracle
ARG JAR_FILE=target/*.jar
COPY ${JAR_FILE} app.jar
COPY src/main/resources/keys/U2JTvZDDV8xo7fk_4wuc-d5Rf64OLmhziQEHcGnUshM /opt/U2JTvZDDV8xo7fk_4wuc-d5Rf64OLmhziQEHcGnUshM
EXPOSE 8083
ENTRYPOINT ["java","-jar","/app.jar"]
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment