Skip to content

Commit ee205d1

Browse files
committed
[F] fix syntax error.
1 parent 07acf29 commit ee205d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

nginx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ADD nginx.conf /etc/nginx/
99
ARG CHANGE_SOURCE=false
1010
RUN if [ ${CHANGE_SOURCE} = true ]; then \
1111
# Change application source from dl-cdn.alpinelinux.org to aliyun source
12-
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/' /etc/apk/repositories \
12+
sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/' /etc/apk/repositories \
1313
;fi
1414

1515
RUN apk update \

0 commit comments

Comments
 (0)