Skip to content

Commit 8d4278d

Browse files
authored
chore(docker): minor layer optimization (#41)
1 parent 8f36389 commit 8d4278d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ LABEL org.opencontainers.image.ref.name="ghcr.io/joshdk/google-analytics-proxy:$
5656
LABEL org.opencontainers.image.title="Google Analytics Proxy"
5757
LABEL org.opencontainers.image.description="Transparent HTTP proxy for tracking pageviews with Google Analytics"
5858

59+
COPY LICENSE.txt /
5960
COPY --from=certs /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/ca-certificates.crt
61+
COPY README.md /
6062
COPY --from=upx /bin/google-analytics-proxy /bin/google-analytics-proxy
61-
COPY LICENSE.txt /LICENSE.txt
62-
COPY README.md /README.md
6363

6464
# Switch to a non-root user. Arbitrarily, use the same uid/gid as the "nobody"
6565
# user from Alpine.

0 commit comments

Comments
 (0)