mirror of
https://github.com/gsi-upm/senpy
synced 2025-04-15 17:39:09 +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
|
||||
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/
|
||||
|
Loading…
x
Reference in New Issue
Block a user