Skip to content

Commit 2be352d

Browse files
committed
.docker-hub: make context for varnish smaller
That we don't have to build the image when it did not change. We don't copy anything into the image, so we use no context.
1 parent f20e5a3 commit 2be352d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.docker-hub/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ services:
2424
varnish-image:
2525
image: ${REGISTRY:-docker.io}/${REPO_OWNER:-ecamp}/ecamp3-varnish:${VERSION:-latest}
2626
build:
27-
context: ../
27+
context: .
2828
dockerfile: .docker-hub/varnish/Dockerfile

0 commit comments

Comments
 (0)