Skip to content

Commit 8fb9e8b

Browse files
committed
update Dockerfile
1 parent 5025ea6 commit 8fb9e8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ FROM mhart/alpine-node:12
22

33
RUN npm install @apidevtools/swagger-cli
44

5-
ADD entrypoint.sh /entrypoint.sh
5+
COPY entrypoint.sh /entrypoint.sh
66

77
ENTRYPOINT ["/entrypoint.sh"]

0 commit comments

Comments
 (0)