docker-playground/open5gs-latest/Makefile

6 lines
141 B
Makefile

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