Skip to content

Commit

Permalink
fix docker run command in codegen script
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeddy committed Jul 15, 2019
1 parent 81e52e0 commit a231707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .build/codegen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
OPENAPI_PATH=synprov/openapi/openapi.yaml

docker run --rm \
- v ${PWD}:/local openapi-generator generate \
-v ${PWD}:/local openapi-generator generate \
-c /local/.openapi-generator-config \
-t /local/.codegen/server \
-Dmodels \
Expand Down

0 comments on commit a231707

Please sign in to comment.