webdav uses nginx.conf file

main
Ricard Illa 2022-08-16 21:37:47 +02:00
parent 981ae49aa0
commit fc02adc694
No known key found for this signature in database
GPG Key ID: F69A672B72E54902
1 changed files with 2 additions and 2 deletions

View File

@ -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) \