Fix COPY in Dockerfile (#64)

* fix COPY in docker fiile
This commit is contained in:
William Cheng 2018-05-16 20:35:04 +08:00 committed by Jim Schubert
parent c30fb3ff0b
commit e58dc2c77c

View File

@ -2,7 +2,7 @@ FROM openjdk:8-jre-alpine
WORKDIR /generator 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 ENV GENERATOR_HOST=http://localhost