Skip to content

Commit 90eac87

Browse files
committed
Fix: copy the local file correctly using Dockerfile syntax
1 parent 742a308 commit 90eac87

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 --from=project api_stats.sh /root/api_stats.sh
2+
COPY --chmod=744 api_stats.sh /root/api_stats.sh
33

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

0 commit comments

Comments
 (0)