From fc02adc6946b3e6c000becef45c61b06f94b08eb Mon Sep 17 00:00:00 2001 From: Ricard Illa Date: Tue, 16 Aug 2022 21:37:47 +0200 Subject: [PATCH] webdav uses nginx.conf file --- webdav/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webdav/Makefile b/webdav/Makefile index cc6012b..4254ffc 100644 --- a/webdav/Makefile +++ b/webdav/Makefile @@ -5,13 +5,13 @@ PLATFORMS=linux/amd64,linux/arm64 .PHONY: build push buildx -build: Dockerfile +build: Dockerfile nginx.conf docker build -t $(IMG) . push: build docker image push $(IMG) -buildx: Dockerfile +buildx: Dockerfile nginx.conf docker buildx build \ --platform $(PLATFORMS) \ --tag $(IMG) \