We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f36389 commit 8d4278dCopy full SHA for 8d4278d
1 file changed
Dockerfile
@@ -56,10 +56,10 @@ LABEL org.opencontainers.image.ref.name="ghcr.io/joshdk/google-analytics-proxy:$
56
LABEL org.opencontainers.image.title="Google Analytics Proxy"
57
LABEL org.opencontainers.image.description="Transparent HTTP proxy for tracking pageviews with Google Analytics"
58
59
+COPY LICENSE.txt /
60
COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
61
+COPY README.md /
62
COPY --from=upx /bin/google-analytics-proxy /bin/google-analytics-proxy
-COPY LICENSE.txt /LICENSE.txt
-COPY README.md /README.md
63
64
# Switch to a non-root user. Arbitrarily, use the same uid/gid as the "nobody"
65
# user from Alpine.
0 commit comments