1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

remove whitespace

This commit is contained in:
Steffen Vogel 2018-05-15 18:59:46 +02:00
parent 9e3a354f45
commit 4d71d41979

View file

@ -46,7 +46,7 @@ $(DOCKER_DEPLOY_TARGETS): deploy-docker-%: docker-%
$(DOCKER) push $(DOCKER_IMAGE)-$*:$(DOCKER_TAG)
$(DOCKER_RUN_TARGETS): run-docker-%: docker-%
$(DOCKER) run $(DOCKER_RUN_OPTS) $(DOCKER_IMAGE)-$*:$(DOCKER_TAG)
$(DOCKER) run $(DOCKER_RUN_OPTS) $(DOCKER_IMAGE)-$*:$(DOCKER_TAG)
$(DOCKER_TARGETS): docker-%: $(BUILDDIR)/packaging/docker/Image.%