herlanS_ il y a 3 ans
Parent
commit
ce2802abc9
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  1. 5 0
      Dockerfile

+ 5 - 0
Dockerfile

@@ -0,0 +1,5 @@
+FROM maven:3.8.1-openjdk-17
+MAINTAINER Herlan Septiyan
+RUN apk --no-cache add curl
+WORKDIR /app
+CMD ["mvn", "spring-boot:run"]