Skip to content

Commit f846f30

Browse files
ezrasinghEzra Singh
andauthored
Added symlink to generator cli in Docker image (#15559)
Co-authored-by: Ezra Singh <ezra@liontech.nyc>
1 parent faa3a0e commit f846f30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/openapi-generator-cli/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ ADD target/openapi-generator-cli.jar /opt/openapi-generator/modules/openapi-gene
44

55
COPY docker-entrypoint.sh /usr/local/bin/
66

7+
RUN ln -s /usr/local/bin/docker-entrypoint.sh /usr/local/bin/openapi-generator-cli
8+
79
ENTRYPOINT ["docker-entrypoint.sh"]
810

911
CMD ["help"]

0 commit comments

Comments
 (0)