From 0ed434ef0c36c5e24bebb08abbe92dd04ebddc60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Wed, 20 Jun 2018 12:33:34 +0200 Subject: [PATCH] Do not bind port in docker --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 64c5094..a21e862 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ NAME=senpycommunity REPO=gsiupm PLUGINS= $(filter %/, $(wildcard */)) IMAGENAME=gsiupm/senpy-plugins-community -DOCKER_FLAGS=-p 5000:5000 +DOCKER_FLAGS= ifdef SENPY_FOLDER DOCKER_FLAGS+= -v $(realpath $(SENPY_FOLDER)):/usr/src/app/