1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-13 04:02:29 +00:00

Do not bind port in docker

This commit is contained in:
J. Fernando Sánchez 2018-06-20 12:33:34 +02:00
parent dbc238989b
commit 0ed434ef0c

View File

@ -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/