Skip to content

Commit f911396

Browse files
author
Vijay Kumar
committed
Added windows fix to Dockerfile-newman
1 parent 4201012 commit f911396

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile-newman

+4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
FROM node:10.15.3-alpine
22

3+
RUN apk add --no-cache -t dos2unix
4+
35
WORKDIR /opt/postman
46

57
COPY ./postman /opt/postman/
68

9+
RUN dos2unix /opt/postman/run_newman.sh
10+
711
RUN npm install -g newman
812

913
CMD ["sh", "run_newman.sh"]

0 commit comments

Comments
 (0)