Skip to content

Commit

Permalink
Fix COPY in Dockerfile (#64)
Browse files Browse the repository at this point in the history
* fix COPY in docker fiile
  • Loading branch information
wing328 authored and jimschubert committed May 16, 2018
1 parent c30fb3f commit e58dc2c
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/*.jar /generator/openapi-generator-online.jar
COPY target/openapi-generator-online-3.0.0-SNAPSHOT.jar /generator/openapi-generator-online.jar

ENV GENERATOR_HOST=http://localhost

Expand Down

0 comments on commit e58dc2c

Please sign in to comment.