7 lines
143 B
Makefile
7 lines
143 B
Makefile
include /opt/docker/build/Makefile
|
|
|
|
NAME = btsync
|
|
VERSION = latest
|
|
RUN = -p 8888:8888 -v /opt/docker/images/btsync/fs:/host
|
|
|
|
build: base btsync |