We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a32075 commit 581db3cCopy full SHA for 581db3c
Dockerfile
@@ -4,4 +4,6 @@ RUN npm install @apidevtools/swagger-cli
4
5
COPY entrypoint.sh /usr/local/bin/
6
7
+RUN ln -s /usr/local/bin/entrypoint.sh / # backwards compat
8
+
9
ENTRYPOINT ["entrypoint.sh"]
0 commit comments