herlanS_ 3 anos atrás
pai
commit
ce2802abc9
1 arquivos alterados com 5 adições e 0 exclusões
  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"]