Skip to content

Commit 9c82520

Browse files
committed
update docker file to use stable JAR
1 parent aea08fe commit 9c82520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/openapi-generator-online/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM openjdk:8-jre-alpine
22

33
WORKDIR /generator
44

5-
COPY target/openapi-generator-online-3.0.0-SNAPSHOT.jar /generator/openapi-generator-online.jar
5+
COPY target/openapi-generator-online-3.0.0.jar /generator/openapi-generator-online.jar
66

77
ENV GENERATOR_HOST=http://localhost
88

0 commit comments

Comments
 (0)