We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 742a308 commit 90eac87Copy full SHA for 90eac87
nginx-utils/Dockerfile
@@ -1,5 +1,5 @@
1
FROM alpine:latest
2
-COPY --chmod=744 --from=project api_stats.sh /root/api_stats.sh
+COPY --chmod=744 api_stats.sh /root/api_stats.sh
3
4
RUN set -ex \
5
&& apk --update add --no-cache \
0 commit comments