We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aea08fe commit 9c82520Copy full SHA for 9c82520
modules/openapi-generator-online/Dockerfile
@@ -2,7 +2,7 @@ FROM openjdk:8-jre-alpine
2
3
WORKDIR /generator
4
5
-COPY target/openapi-generator-online-3.0.0-SNAPSHOT.jar /generator/openapi-generator-online.jar
+COPY target/openapi-generator-online-3.0.0.jar /generator/openapi-generator-online.jar
6
7
ENV GENERATOR_HOST=http://localhost
8
0 commit comments