Skip to content

Commit

Permalink
update docker file to use stable JAR
Browse files Browse the repository at this point in the history
  • Loading branch information
wing328 committed Jun 1, 2018
1 parent aea08fe commit 9c82520
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/openapi-generator-online/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM openjdk:8-jre-alpine

WORKDIR /generator

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

ENV GENERATOR_HOST=http://localhost

Expand Down

0 comments on commit 9c82520

Please sign in to comment.