mirror of
https://github.com/ggogel/seafile-containerized.git
synced 2024-11-16 17:05:32 +00:00
10 lines
155 B
Makefile
10 lines
155 B
Makefile
version=6.0.5
|
|
|
|
all:
|
|
cd seafile && docker build -t seafileorg/server:$(version) .
|
|
|
|
base:
|
|
cd base && docker build -t seafileorg/base:16.04 .
|
|
|
|
.PHONY: base
|