docker-playground/open5gs-latest/Makefile

6 lines
140 B
Makefile

DATA_DIR?=$(shell pwd)
USER_ID?=$(shell id -u)
RUN_ARGS=-it -v $(DATA_DIR):/data --user $(USER_ID) --network host
include ../make/Makefile