7 lines
145 B
Makefile
7 lines
145 B
Makefile
include /opt/docker/build/Makefile
|
|
|
|
NAME = redis
|
|
VERSION = latest
|
|
RUN = -p 6379:6379 -v /opt/docker/images/$CONTAINER/fs:/host
|
|
|
|
build: base redis |