We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5025ea6 commit 8fb9e8bCopy full SHA for 8fb9e8b
Dockerfile
@@ -2,6 +2,6 @@ FROM mhart/alpine-node:12
2
3
RUN npm install @apidevtools/swagger-cli
4
5
-ADD entrypoint.sh /entrypoint.sh
+COPY entrypoint.sh /entrypoint.sh
6
7
ENTRYPOINT ["/entrypoint.sh"]
0 commit comments