mirror of
https://github.com/gsi-upm/senpy
synced 2025-08-24 02:22:20 +00:00
Do not bind port in docker
This commit is contained in:
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/
|
||||||
|
Reference in New Issue
Block a user