Ver Fonte

refactor: rollback to v1.0.0

zhangyuting há 5 anos atrás
pai
commit
4a1408d877
2 ficheiros alterados com 2 adições e 2 exclusões
  1. 1 1
      pom.xml
  2. 1 1
      src/main/docker/Dockerfile

+ 1 - 1
pom.xml

@@ -10,7 +10,7 @@
 	</parent>
 	</parent>
 	<groupId>com.mokasz</groupId>
 	<groupId>com.mokasz</groupId>
 	<artifactId>image-pool</artifactId>
 	<artifactId>image-pool</artifactId>
-	<version>1.0.1</version>
+	<version>1.0.0</version>
 	<name>image-pool</name>
 	<name>image-pool</name>
 	<description>Image Pool Matching Service</description>
 	<description>Image Pool Matching Service</description>
 	<properties>
 	<properties>

+ 1 - 1
src/main/docker/Dockerfile

@@ -5,7 +5,7 @@ ENV JAR_FILE=target/*.jar
 
 
 WORKDIR /app
 WORKDIR /app
 
 
-COPY ./target/image-pool-1.0.1.jar /app/app.jar
+COPY ./target/*.jar /app/app.jar
 
 
 EXPOSE 8080
 EXPOSE 8080