mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-14 12:42:27 +00:00
Do not bind port in docker
This commit is contained in:
parent
dbc238989b
commit
0ed434ef0c
2
Makefile
2
Makefile
@ -3,7 +3,7 @@ NAME=senpycommunity
|
|||||||
REPO=gsiupm
|
REPO=gsiupm
|
||||||
PLUGINS= $(filter %/, $(wildcard */))
|
PLUGINS= $(filter %/, $(wildcard */))
|
||||||
IMAGENAME=gsiupm/senpy-plugins-community
|
IMAGENAME=gsiupm/senpy-plugins-community
|
||||||
DOCKER_FLAGS=-p 5000:5000
|
DOCKER_FLAGS=
|
||||||
|
|
||||||
ifdef SENPY_FOLDER
|
ifdef SENPY_FOLDER
|
||||||
DOCKER_FLAGS+= -v $(realpath $(SENPY_FOLDER)):/usr/src/app/
|
DOCKER_FLAGS+= -v $(realpath $(SENPY_FOLDER)):/usr/src/app/
|
||||||
|
Loading…
Reference in New Issue
Block a user