Skip to content

Commit fd71c6c

Browse files
committed
minor change
1 parent ae81614 commit fd71c6c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ RUN apk add --no-cache curl
88
RUN apk add --no-cache wget
99
RUN apk add --no-cache bash
1010

11-
RUN chmod +x .scripts/install.sh
12-
RUN chmod +x .scripts/build.sh
13-
RUN chmod +x .scripts/deploy.sh
11+
RUN ["chmod", "+x", ".scripts/install.sh"]
12+
RUN ["chmod", "+x", ".scripts/build.sh"]
13+
RUN ["chmod", "+x", ".scripts/deploy.sh"]
1414

1515
RUN .scripts/install.sh
1616

0 commit comments

Comments
 (0)