Skip to content

Commit f9a3582

Browse files
authored
Update Dockerfile
1 parent 794b239 commit f9a3582

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
FROM openjdk:8-jdk
2-
2+
RUN echo "111"
33
RUN mkdir /wss-scan
4-
4+
RUN echo "222"
55
COPY wss-runner.sh /wss-scan
6-
6+
RUN echo "333"
77
RUN chmod +x /wss-scan/wss-runner.sh
8-
8+
RUN echo "444"
99
CMD /wss-scan/wss-runner.sh $API_KEY $PROJECT_NAME $INSTALL_COMMANDS $CONFIG_FILE $PROJECT_DIRECTORY

0 commit comments

Comments
 (0)