Skip to content
Snippets Groups Projects
Unverified Commit 2c90d3d6 authored by Matej Hrica's avatar Matej Hrica
Browse files

Add a Dockerfile to each microservice

parent 2d3f0627
No related branches found
No related tags found
No related merge requests found
FROM eclipse-temurin:17-jdk-alpine
COPY target/*.jar /app.jar
ENTRYPOINT ["java", "-jar", "/app.jar"]
\ No newline at end of file
FROM eclipse-temurin:17-jdk-alpine
COPY target/*.jar /app.jar
ENTRYPOINT ["java", "-jar", "/app.jar"]
\ No newline at end of file
FROM eclipse-temurin:17-jdk-alpine
COPY target/*.jar /app.jar
ENTRYPOINT ["java", "-jar", "/app.jar"]
\ No newline at end of file
FROM eclipse-temurin:17-jdk-alpine
COPY target/*.jar /app.jar
ENTRYPOINT ["java", "-jar", "/app.jar"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment