Skip to content

Commit 47cc68e

Browse files
committed
Fix: copy file properly in Dockerfile
1 parent 053a479 commit 47cc68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx-utils/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM alpine:latest
2-
COPY --chmod=744 api_stats.sh /root/api_stats.sh
2+
COPY --chmod=744 nginx-utils/api_stats.sh /root/api_stats.sh
33

44
RUN set -ex \
55
&& apk --update add --no-cache \

0 commit comments

Comments
 (0)