webdav uses nginx.conf file
parent
981ae49aa0
commit
fc02adc694
|
@ -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) \
|
||||
|
|
Loading…
Reference in New Issue